Skip to content

Commit

Permalink
[Tests] test node 15, 16 on appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Apr 22, 2021
1 parent f6442f5 commit 0953f42
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ build: off

environment:
matrix:
#- nodejs_version: "15"
#- nodejs_version: "17"
- nodejs_version: "16"
- nodejs_version: "15"
- nodejs_version: "14"
- nodejs_version: "13"
- nodejs_version: "12"
Expand Down Expand Up @@ -59,6 +61,7 @@ install:
- IF %nodejs_version% EQU 13 npm -g install npm@7
- IF %nodejs_version% EQU 14 npm -g install npm@7
- IF %nodejs_version% EQU 15 npm -g install npm@7
- IF %nodejs_version% EQU 16 npm -g install npm@7
- set PATH=%APPDATA%\npm;%PATH%
#- IF %nodejs_version% NEQ 0.6 AND %nodejs_version% NEQ 0.8 npm -g install npm
# install modules
Expand Down

0 comments on commit 0953f42

Please sign in to comment.