Skip to content

Commit 0953f42

Browse files
committed
[Tests] test node 15, 16 on appveyor
1 parent f6442f5 commit 0953f42

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

appveyor.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ build: off
44

55
environment:
66
matrix:
7-
#- nodejs_version: "15"
7+
#- nodejs_version: "17"
8+
- nodejs_version: "16"
9+
- nodejs_version: "15"
810
- nodejs_version: "14"
911
- nodejs_version: "13"
1012
- nodejs_version: "12"
@@ -59,6 +61,7 @@ install:
5961
- IF %nodejs_version% EQU 13 npm -g install npm@7
6062
- IF %nodejs_version% EQU 14 npm -g install npm@7
6163
- IF %nodejs_version% EQU 15 npm -g install npm@7
64+
- IF %nodejs_version% EQU 16 npm -g install npm@7
6265
- set PATH=%APPDATA%\npm;%PATH%
6366
#- IF %nodejs_version% NEQ 0.6 AND %nodejs_version% NEQ 0.8 npm -g install npm
6467
# install modules

0 commit comments

Comments
 (0)