We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ddbcd2 commit 66d51a4Copy full SHA for 66d51a4
appveyor.yml
@@ -1,13 +1,13 @@
1
# Test against this version of Node.js
2
environment:
3
- nodejs_version: "4.1.2"
+ nodejs_version: "12.13.1"
4
5
# Install scripts. (runs after repo cloning)
6
install:
7
# Get the latest stable version of Node.js or io.js
8
- ps: Install-Product node $env:nodejs_version
9
# Upgrade npm
10
- - npm install -g npm@3
+ - npm install -g npm@6
11
# install modules
12
- npm install
13
- npm install grunt-cli -g
0 commit comments