Skip to content

Commit

Permalink
chore: bump actions/setup-node from 4.1.0 to 4.2.0 in /.github/action…
Browse files Browse the repository at this point in the history
…s/setup-node (#6868)
  • Loading branch information
dependabot[bot] authored Feb 5, 2025
1 parent fa4f7c4 commit f86321f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-node/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:
uses: pnpm/action-setup@v4

- name: Use Node.js ${{ inputs.node-version }}
uses: actions/setup-node@v4.1.0
uses: actions/setup-node@v4.2.0
with:
registry-url: 'https://registry.npmjs.org'
node-version: ${{ inputs.node-version }}
Expand Down

0 comments on commit f86321f

Please sign in to comment.