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 11language : node_js
22sudo : false
33node_js :
4+ - " 12"
45 - " 10"
5- - " 9"
66 - " 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 11environment :
22 matrix :
3+ - nodejs_version : " 12"
34 - nodejs_version : " 10"
4- - nodejs_version : " 9"
55 - nodejs_version : " 8"
6- - nodejs_version : " 7"
7- - nodejs_version : " 6"
8- - nodejs_version : " 4"
96
107platform :
118 - x64
129
1310install :
1411 - 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
1814
1915test_script :
20- - npm test
16+ - pnpm test
2117
2218matrix :
2319 fast_finish : true
You can’t perform that action at this time.
0 commit comments