Skip to content

Commit de5a540

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_eslint_plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
jfrogAccessToken: ${{ fromJSON(steps.secrets.outputs.vault).qa_deployer_access_token }}
3636
- uses: actions/checkout@v5
37-
- uses: actions/setup-node@v4
37+
- uses: actions/setup-node@v5
3838
with:
3939
node-version: 22
4040
- run: cp .github/workflows/.npmrc .npmrc

0 commit comments

Comments
 (0)