File tree Expand file tree Collapse file tree 5 files changed +6063
-4617
lines changed
Expand file tree Collapse file tree 5 files changed +6063
-4617
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ jobs:
2121 - name : Install pnpm
2222 uses : pnpm/action-setup@v2
2323 with :
24- version : 8
24+ version : 9
2525 - name : Install Node.js
2626 uses : actions/setup-node@v4
2727 with :
28- node-version : 16
28+ node-version : 22
2929 cache : ' pnpm'
3030 - name : Install dependencies
3131 run : pnpm install
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
1313 - name : Install pnpm
1414 uses : pnpm/action-setup@v2
1515 with :
16- version : 8
16+ version : 9
1717 - name : Install Node.js
1818 uses : actions/setup-node@v4
1919 with :
20- node-version : 16
20+ node-version : 22
2121 cache : ' pnpm'
2222 - name : Install dependencies
2323 run : pnpm install
Original file line number Diff line number Diff line change 2020 - name : Install pnpm
2121 uses : pnpm/action-setup@v2
2222 with :
23- version : 8
23+ version : 9
2424 - name : Install Node.js ${{ matrix.node-version }}
2525 uses : actions/setup-node@v4
2626 with :
Original file line number Diff line number Diff line change 1+ nodejs 22.4.1
2+ pnpm 9.9.0
You can’t perform that action at this time.
0 commit comments