Skip to content

Commit

Permalink
chore(gha): bump actions/setup-node from v3 to v4 (#2986)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbouffard authored Dec 28, 2023
1 parent 36c1144 commit 96e307e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:
using: 'composite'
steps:
- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
registry-url: ${{ inputs.registry-url }}
Expand Down

0 comments on commit 96e307e

Please sign in to comment.