File tree Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
sudo : false
3
3
node_js :
4
+ - " 12"
4
5
- " 10"
5
- - " 9"
6
6
- " 8"
7
- - " 7"
8
- - " 6"
9
- - " 4"
7
+ before_install :
8
+ - curl -L https://unpkg.com/@pnpm/self-installer | node
9
+ install :
10
+ - pnpm install
11
+ script :
12
+ - pnpm test
Original file line number Diff line number Diff line change 1
1
environment :
2
2
matrix :
3
+ - nodejs_version : " 12"
3
4
- nodejs_version : " 10"
4
- - nodejs_version : " 9"
5
5
- nodejs_version : " 8"
6
- - nodejs_version : " 7"
7
- - nodejs_version : " 6"
8
- - nodejs_version : " 4"
9
6
10
7
platform :
11
8
- x64
12
9
13
10
install :
14
11
- ps : Install-Product node $env:nodejs_version $env:platform
15
- - npm config set spin false
16
- - npm i -g npm@latest
17
- - npm install
12
+ - curl -L https://unpkg.com/@pnpm/self-installer | node
13
+ - pnpm install
18
14
19
15
test_script :
20
- - npm test
16
+ - pnpm test
21
17
22
18
matrix :
23
19
fast_finish : true
You can’t perform that action at this time.
0 commit comments