Skip to content

Commit 23085af

Browse files
authored
Update Node.js version in create-release workflow
1 parent 7ea4973 commit 23085af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: setup nodejs
2121
uses: actions/setup-node@v6
2222
with:
23-
node-version: '20'
23+
node-version: '22'
2424

2525
- name: release using semantic-release
2626
env:

0 commit comments

Comments
 (0)