Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v4.0.4 (#841)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 19, 2024
1 parent 4f2b470 commit c6acd95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
- run: npm install -g corepack && corepack enable npm pnpm yarn
shell: bash

- uses: actions/setup-node@v4.0.3 # https://github.com/actions/setup-node/releases
- uses: actions/setup-node@v4.0.4 # https://github.com/actions/setup-node/releases
with:
node-version: '${{ inputs.node-version }}'
node-version-file: '${{ inputs.node-version-file }}'
Expand Down

0 comments on commit c6acd95

Please sign in to comment.