Skip to content

Commit c4f0a45

Browse files
committed
fix: update node tests to 14, 16
1 parent 2b3f55c commit c4f0a45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# http://www.appveyor.com/docs/appveyor-yml
33
environment:
44
matrix:
5-
- nodejs_version: "10"
6-
- nodejs_version: "12"
5+
- nodejs_version: "14"
6+
- nodejs_version: "16"
77

88
install:
99
- ps: Install-Product node $env:nodejs_version

0 commit comments

Comments
 (0)