File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed
Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1515 - uses : actions/setup-node@v3
1616 with :
1717 node-version : 18
18- - run : npm ci
18+ - run : corepack enable
19+ - run : pnpm i
1920 - name : Release
2021 env :
2122 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2223 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
23- run : npx semantic-release
24+ run : pnpm npx semantic-release
Original file line number Diff line number Diff line change 1414 - uses : actions/setup-node@v3
1515 with :
1616 node-version : 18
17- - run : npm ci
17+ - run : corepack enable
18+ - run : pnpm i
1819 - name : Test
19- run : npm run test
20+ run : pnpm test
2021 lint :
2122 name : Lint
2223 runs-on : ubuntu-latest
2526 - uses : actions/setup-node@v3
2627 with :
2728 node-version : 18
28- - run : npm ci
29+ - run : corepack enable
30+ - run : pnpm i
2931 - name : Lint
30- run : npm run lint
32+ run : pnpm lint
You can’t perform that action at this time.
0 commit comments