File tree Expand file tree Collapse file tree 4 files changed +7606
-6966
lines changed Expand file tree Collapse file tree 4 files changed +7606
-6966
lines changed Original file line number Diff line number Diff line change 66 Lint :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v2
9+ - uses : actions/checkout@v3
1010
11- - uses : actions/setup-node@v1
11+ - name : Install Node.js
12+ uses : actions/setup-node@v3
1213 with :
13- node-version : 14.0.0
14+ node-version : 16
1415
1516 - name : Install Dependencies
16- uses : bahmutov/npm-install@v1
17+ uses : pnpm/action-setup@v2
18+ with :
19+ version : 7
20+ run_install : true
1721
18- - run : ' npm run lint'
22+ - run : pnpm run lint
1923
2024 Tests :
2125 needs : [Lint]
2226 runs-on : ${{ matrix.os }}
2327 strategy :
2428 matrix :
25- node-version : [14.0.0 ]
29+ node-version : [14, 16 ]
2630 os : [ubuntu-latest, windows-latest, macOS-latest]
2731
2832 steps :
29- - uses : actions/checkout@v2
33+ - uses : actions/checkout@v3
3034
31- - uses : actions/setup-node@v1
35+ - name : Install Node.js
36+ uses : actions/setup-node@v3
3237 with :
3338 node-version : ${{ matrix.node-version }}
3439
3540 - name : Install Dependencies
36- uses : bahmutov/npm-install@v1
41+ uses : pnpm/action-setup@v2
42+ with :
43+ version : 7
44+ run_install : true
3745
38- - run : npm run test:ci
46+ - run : pnpm run test:ci
3947 env :
4048 CI : true
Original file line number Diff line number Diff line change 9191 "prettier" : " ^2.4.1" ,
9292 "rollup" : " ^2.27.1" ,
9393 "rollup-plugin-auto-external" : " ^2.0.0" ,
94- "rollup-plugin-commonjs" : " ^10.1.0" ,
9594 "rollup-plugin-dts" : " ^4.2.0" ,
9695 "rollup-plugin-terser" : " ^7.0.2" ,
9796 "rollup-plugin-typescript2" : " ^0.27.2" ,
You can’t perform that action at this time.
0 commit comments