Skip to content

Commit d9ddc6e

Browse files
committed
chore: update workflow
1 parent 2f26dd6 commit d9ddc6e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ jobs:
1616
- name: Setup Node.js
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: 20
20-
cache: 'pnpm'
19+
node-version: 22
2120

2221

2322
publish:
@@ -33,8 +32,7 @@ jobs:
3332
- name: Use Node.js latest
3433
uses: actions/setup-node@v4
3534
with:
36-
node-version: 20
37-
cache: 'pnpm'
35+
node-version: 22
3836

3937
- name: Install dependencies
4038
run: pnpm install

0 commit comments

Comments
 (0)