We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fe57f9 commit dd490d6Copy full SHA for dd490d6
appveyor.yml
@@ -6,6 +6,7 @@ environment:
6
matrix:
7
- nodejs_version: "6"
8
- nodejs_version: "8"
9
+ - nodejs_version: "10"
10
11
branches:
12
only:
@@ -16,8 +17,7 @@ branches:
16
17
# Install scripts. (runs after repo cloning)
18
install:
19
- ps: Install-Product node $env:nodejs_version
- - npm config set spin false
20
- - appveyor-retry npm install -g npm@^3
+ - appveyor-retry npm install -g npm@^6
21
- appveyor-retry npm i -g bower # for ember-cli-addon-tests
22
- npm --version
23
- appveyor-retry choco install phantomjs
0 commit comments