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 1e89206 commit f0460beCopy full SHA for f0460be
appveyor.yml
@@ -9,12 +9,13 @@ clone_depth: 10
9
10
environment:
11
matrix:
12
- - nodejs_version: 4
13
- - nodejs_version: 5
+ - nodejs_version: 5.0.0
14
# Install scripts. (runs after repo cloning)
15
install:
16
# Get the latest stable version of Node.js or io.js
17
- ps: Install-Product node $env:nodejs_version
+ - npm cache clean
18
+ - npm install -g gulpjs/gulp#4.0
19
# install modules
20
- npm install
21
0 commit comments