Skip to content

Commit 8ec5b38

Browse files
Update actions/setup-node action to v5 (#10)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9f8197c commit 8ec5b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: pnpm/action-setup@v4
2626
with:
2727
version: latest
28-
- uses: actions/setup-node@v4
28+
- uses: actions/setup-node@v5
2929
with:
3030
node-version: 22
3131
registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)