Skip to content

Commit 99034b2

Browse files
chore: Update actions/setup-node action to v6
1 parent 643f555 commit 99034b2

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)