Skip to content

Commit 36cee01

Browse files
committed
fix(ci): bump node version to 22 in release workflow
1 parent 2aed1a9 commit 36cee01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Node.js
2828
uses: actions/setup-node@v4
2929
with:
30-
node-version: 20
30+
node-version: 22
3131
cache: 'npm'
3232

3333
- name: Install Dependencies

0 commit comments

Comments
 (0)