Skip to content

Commit 14d92b8

Browse files
committed
[Tests] backport appveyor.yml
1 parent 677ab33 commit 14d92b8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

appveyor.yml

Lines changed: 4 additions & 2 deletions
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"
@@ -26,7 +28,6 @@ environment:
2628
matrix:
2729
# fast_finish: true
2830
allow_failures:
29-
- nodejs_version: "5" # due to windows npm bug, registry-side
3031
- nodejs_version: "0.8"
3132
# platform: x86 # x64 has started failing on the registry side, around early November 2020
3233
- nodejs_version: "0.6"
@@ -60,6 +61,7 @@ install:
6061
- IF %nodejs_version% EQU 13 npm -g install npm@7
6162
- IF %nodejs_version% EQU 14 npm -g install npm@7
6263
- IF %nodejs_version% EQU 15 npm -g install npm@7
64+
- IF %nodejs_version% EQU 16 npm -g install npm@7
6365
- set PATH=%APPDATA%\npm;%PATH%
6466
#- IF %nodejs_version% NEQ 0.6 AND %nodejs_version% NEQ 0.8 npm -g install npm
6567
# install modules

0 commit comments

Comments
 (0)