We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1cdc31a + 953ad9e commit e257693Copy full SHA for e257693
appveyor.yml
@@ -0,0 +1,11 @@
1
+environment:
2
+ nodejs_version: "8"
3
+
4
+# Install scripts. (runs after repo cloning)
5
+install:
6
+ # Get the latest stable version of Node.js or io.js
7
+ - ps: Install-Product node $env:nodejs_version
8
+ # install modules
9
+ - npm install
10
11
+build: off
0 commit comments