Skip to content

Commit dd490d6

Browse files
committed
update appveyor config to use npm 6 and test against node 10
1 parent 3fe57f9 commit dd490d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ environment:
66
matrix:
77
- nodejs_version: "6"
88
- nodejs_version: "8"
9+
- nodejs_version: "10"
910

1011
branches:
1112
only:
@@ -16,8 +17,7 @@ branches:
1617
# Install scripts. (runs after repo cloning)
1718
install:
1819
- ps: Install-Product node $env:nodejs_version
19-
- npm config set spin false
20-
- appveyor-retry npm install -g npm@^3
20+
- appveyor-retry npm install -g npm@^6
2121
- appveyor-retry npm i -g bower # for ember-cli-addon-tests
2222
- npm --version
2323
- appveyor-retry choco install phantomjs

0 commit comments

Comments
 (0)