Skip to content

Commit

Permalink
Merge pull request #1706 from houdiniproject/update-setup-node-in-ins…
Browse files Browse the repository at this point in the history
…tall-packages-action

Update setup-node to v4
  • Loading branch information
wwahammy committed Mar 24, 2024
2 parents 0211dd5 + d2e4378 commit 97d393d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install-packages/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ runs:
using: "composite"
steps:

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
if: ${{ inputs.node != '' }}
with:
node-version: ${{ inputs.node }}
Expand Down

0 comments on commit 97d393d

Please sign in to comment.