Skip to content

Commit 5fd2d9c

Browse files
chore(deps): update actions/setup-node action to v5 (#604)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7c3a8fc commit 5fd2d9c

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
@@ -16,7 +16,7 @@ jobs:
1616
- validate-node
1717
steps:
1818
- uses: actions/checkout@v5
19-
- uses: actions/setup-node@v4
19+
- uses: actions/setup-node@v5
2020
with:
2121
node-version: 22
2222
registry-url: https://registry.npmjs.org/

0 commit comments

Comments
 (0)