Skip to content

Commit fa45627

Browse files
committed
meta: add node 10 to appveyor
1 parent 93556d4 commit fa45627

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
environment:
22
matrix:
3+
- nodejs_version: "10"
34
- nodejs_version: "9"
45
- nodejs_version: "8"
56
- nodejs_version: "6"
@@ -9,8 +10,9 @@ platform:
910

1011
install:
1112
- ps: Install-Product node $env:nodejs_version $env:platform
13+
- npm i -g npm@latest
1214
- npm config set spin false
13-
- npm install
15+
- npm ci
1416

1517
test_script:
1618
- npm test

0 commit comments

Comments
 (0)