Skip to content

Commit 66d51a4

Browse files
authored
Update appveyor.yml to test against node 12.13.1
1 parent 0ddbcd2 commit 66d51a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Test against this version of Node.js
22
environment:
3-
nodejs_version: "4.1.2"
3+
nodejs_version: "12.13.1"
44

55
# Install scripts. (runs after repo cloning)
66
install:
77
# Get the latest stable version of Node.js or io.js
88
- ps: Install-Product node $env:nodejs_version
99
# Upgrade npm
10-
- npm install -g npm@3
10+
- npm install -g npm@6
1111
# install modules
1212
- npm install
1313
- npm install grunt-cli -g

0 commit comments

Comments
 (0)