Skip to content

Commit b8fb4a4

Browse files
authored
Update Node.js version from 20 to 22 in workflow
1 parent 4af9fd6 commit b8fb4a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v3
2222
- uses: actions/setup-node@v3
2323
with:
24-
node-version: 20
24+
node-version: 22
2525
- name: Get semver info
2626
id: semver
2727
uses: akshens/semver-tag@v4

0 commit comments

Comments
 (0)