This repository was archived by the owner on Jul 10, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
sudo : false
2
2
language : node_js
3
3
node_js :
4
- - 10.2.1
4
+ - 12.4.0
5
5
before_install :
6
6
- npm i -g npm
7
7
script :
Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ branches:
8
8
- master
9
9
10
10
# build version format
11
- version : " {build}"
11
+ version : ' {build}'
12
12
13
13
# what combinations to test
14
14
environment :
15
15
global :
16
16
DEBUG : ' *'
17
17
matrix :
18
- - nodejs_version : 10.2.1
18
+ - nodejs_version : 12.4.0
19
19
20
20
# Get the stable version of node
21
21
install :
@@ -27,13 +27,13 @@ build: 'off'
27
27
test_script :
28
28
# Output useful info for debugging.
29
29
- node --version && npm --version
30
- - ps : " npm test # PowerShell" # Pass comment to PS for easier debugging
30
+ - ps : ' npm test # PowerShell' # Pass comment to PS for easier debugging
31
31
- cmd : npm test
32
32
33
33
matrix :
34
34
fast_finish : true
35
35
36
36
cache :
37
- - C:\Users\appveyor\AppData\Roaming\npm\node_modules -> package.json # global npm modules
38
- - C:\Users\appveyor\AppData\Roaming\npm-cache -> package.json # npm cache
39
- - node_modules -> package.json # local npm modules
37
+ - C:\Users\appveyor\AppData\Roaming\npm\node_modules -> package.json # global npm modules
38
+ - C:\Users\appveyor\AppData\Roaming\npm-cache -> package.json # npm cache
39
+ - node_modules -> package.json # local npm modules
You can’t perform that action at this time.
0 commit comments