We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c9d71a commit 51792b1Copy full SHA for 51792b1
1 file changed
appveyor.yml
@@ -2,17 +2,17 @@ init: git config --global core.autocrlf input
2
3
shallow_clone: true
4
5
-version: '1.0.{build}'
+version: "1.0.{build}"
6
7
skip_tags: true
8
9
environment:
10
matrix:
11
- - nodejs_version: '12'
12
- - nodejs_version: '10'
13
- - nodejs_version: '8'
14
- - nodejs_version: '6'
15
- - nodejs_version: '4'
+ - nodejs_version: "12"
+ - nodejs_version: "10"
+ - nodejs_version: "8"
+ - nodejs_version: "6"
+ - nodejs_version: "4"
16
17
install:
18
- ps: Install-Product node $env:nodejs_version
@@ -22,4 +22,4 @@ test_script: npm test
22
23
build: off
24
25
-cache: node_modules -> package.json
+cache: 'node_modules -> appveyor.yml,package.json,package-lock.json'
0 commit comments