Skip to content

Commit 1b78041

Browse files
chore: Update actions/setup-node action to v6 (#152)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3691328 commit 1b78041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
steps:
6767
- uses: actions/checkout@v5
6868
- uses: oven-sh/setup-bun@v2
69-
- uses: actions/setup-node@v5
69+
- uses: actions/setup-node@v6
7070
with:
7171
node-version: '22.20.0'
7272
registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)