Skip to content

Commit 03e4c68

Browse files
authored
chore(ci-cd):update node version in release workflow
1 parent f8aba61 commit 03e4c68

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
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node
1919
uses: actions/setup-node@v3
2020
with:
21-
node-version: '20.x'
21+
node-version: '22'
2222
- name: Configure CI Git User
2323
run: |
2424
git config --global user.name $CONFIG_USERNAME

0 commit comments

Comments
 (0)