Skip to content

Commit cdc6913

Browse files
committed
fix(ci): update github actions node version
1 parent b57ec7a commit cdc6913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- uses: actions/setup-node@v3
2727
with:
28-
node-version: 18
28+
node-version: 22
2929
cache: 'npm'
3030

3131
- name: 'Install dependencies'

0 commit comments

Comments
 (0)