File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2323 uses : actions/setup-node@v4
2424 with :
2525 node-version : ${{ matrix.node }}
26+ cache : ' pnpm'
2627
2728 - name : Enable Corepack
2829 run : corepack enable
3132 uses : actions/setup-node@v4
3233 with :
3334 node-version : ${{ matrix.node }}
34- cache : pnpm
35+ cache : ' pnpm'
3536
3637 - name : Install Dependencies
3738 run : pnpm install
Original file line number Diff line number Diff line change 99 release :
1010 name : Release
1111 runs-on : ubuntu-latest
12+ strategy :
13+ matrix :
14+ node-version : [20]
1215 steps :
1316 - name : Checkout Repo
1417 uses : actions/checkout@v4
2225 - name : Setup Node.js LTS
2326 uses : actions/setup-node@v4
2427 with :
25- node-version : 20
26- cache : pnpm
28+ node-version : ${{ matrix.node-version }}
29+ cache : ' pnpm'
2730
2831 - name : Install Dependencies
2932 run : pnpm install
You can’t perform that action at this time.
0 commit comments