File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919
2020 - uses : pnpm/action-setup@v3
2121 with :
22- version : 9
22+ version : 11.13.0
2323 run_install : |
2424 - recursive: true
2525 args: [--frozen-lockfile, --strict-peer-dependencies]
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
1313 - name : Setup node
1414 uses : actions/setup-node@v2
1515 with :
16- node-version : " 22 .x"
16+ node-version : " 24 .x"
1717
1818 - uses : pnpm/action-setup@v3
1919 with :
20- version : 9
20+ version : 11.13.0
2121 run_install : |
2222 - recursive: true
2323 args: [--frozen-lockfile, --strict-peer-dependencies]
@@ -37,15 +37,15 @@ jobs:
3737 - name : Setup node
3838 uses : actions/setup-node@v2
3939 with :
40- node-version : " 22 .x"
40+ node-version : " 24 .x"
4141
4242 - name : Set tag
4343 id : tagName
4444 run : echo ::set-output name=tag::${GITHUB_REF#refs/*/}
4545
4646 - uses : pnpm/action-setup@v3
4747 with :
48- version : 9
48+ version : 11.13.0
4949 run_install : |
5050 - recursive: true
5151 args: [--frozen-lockfile, --strict-peer-dependencies]
You can’t perform that action at this time.
0 commit comments