Skip to content

Commit 79e6621

Browse files
authored
Test new Node version
I also removed a node version that is no longer supported
1 parent 502bb3d commit 79e6621

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ image:
1111
environment:
1212
matrix:
1313

14-
- nodejs_version: "12"
15-
PYTHON: "C:\\Python37-x64"
16-
1714
- nodejs_version: "14"
1815
PYTHON: "C:\\Python37-x64"
1916

2017
- nodejs_version: "16"
2118
PYTHON: "C:\\Python37-x64"
19+
20+
- nodejs_version: "18"
21+
PYTHON: "C:\\Python37-x64"
2222

2323
install:
2424
- cmd: powershell Install-Product node $env:nodejs_version

0 commit comments

Comments
 (0)