Skip to content

Commit b3f3bd9

Browse files
committed
fix: upgrade Node.js to 22.21.0 and pnpm to 10.19.0 for lockfile compatibility
1 parent 6986fee commit b3f3bd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
- name: Setup pnpm
2424
uses: pnpm/action-setup@v2
2525
with:
26-
version: 8
26+
version: 10.19.0
2727

2828
- name: Setup Node.js
2929
uses: actions/setup-node@v4
3030
with:
31-
node-version: '20'
31+
node-version: '22.21.0'
3232
cache: 'pnpm'
3333

3434
- name: Install dependencies

0 commit comments

Comments
 (0)