File tree Expand file tree Collapse file tree 4 files changed +7604
-6966
lines changed
Expand file tree Collapse file tree 4 files changed +7604
-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
1720
18- - run : ' npm run lint'
21+ - run : ' pnpm run lint'
1922
2023 Tests :
2124 needs : [Lint]
2225 runs-on : ${{ matrix.os }}
2326 strategy :
2427 matrix :
25- node-version : [14.0.0 ]
28+ node-version : [14, 16 ]
2629 os : [ubuntu-latest, windows-latest, macOS-latest]
2730
2831 steps :
29- - uses : actions/checkout@v2
32+ - uses : actions/checkout@v3
3033
31- - uses : actions/setup-node@v1
34+ - name : Install Node.js
35+ uses : actions/setup-node@v3
3236 with :
3337 node-version : ${{ matrix.node-version }}
3438
3539 - name : Install Dependencies
36- uses : bahmutov/npm-install@v1
40+ uses : pnpm/action-setup@v2
41+ with :
42+ version : 7
3743
38- - run : npm run test:ci
44+ - run : pnpm run test:ci
3945 env :
4046 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