Skip to content

Commit c83a5e6

Browse files
authored
Merge pull request #1808 from progfay/renovate/actions-setup-node-4.x
chore(deps): update actions/setup-node action to v4.2.0
2 parents 71e59dc + f6b2190 commit c83a5e6

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 JSR.
2121
steps:
2222
- uses: actions/[email protected]
23-
- uses: actions/setup-node@v4.1.0
23+
- uses: actions/setup-node@v4.2.0
2424
with:
2525
registry-url: 'https://registry.npmjs.org'
2626
- name: Publish package

0 commit comments

Comments
 (0)