Skip to content

Commit 1e30f1a

Browse files
authored
Merge pull request #1916 from progfay/renovate/actions-setup-node-5.x
chore(deps): update actions/setup-node action to v5
2 parents c6f3d78 + defe14a commit 1e30f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
id-token: write # The OIDC ID token is used for authentication with npm / JSR.
2121
steps:
2222
- uses: actions/[email protected]
23-
- uses: actions/setup-node@v4.4.0
23+
- uses: actions/setup-node@v5.0.0
2424
with:
2525
node-version: '22'
2626
registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)