Skip to content

Commit c648860

Browse files
authored
Merge pull request #272 from extrabacon/test-new-node-version
Test new Node version
2 parents 502bb3d + 452db07 commit c648860

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

appveyor.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,24 @@ branches:
66

77
image:
88
- Visual Studio 2017
9-
- Ubuntu
9+
- Ubuntu2004
1010

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
2525
- sh: nvm install $nodejs_version
26+
- node --version
2627
- npm install
2728
- npm install codecov -g
2829
- npm install nyc -g

0 commit comments

Comments
 (0)