Skip to content

Commit

Permalink
Update setup-node to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
wwahammy committed Mar 24, 2024
1 parent 0211dd5 commit be6aa72
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 be6aa72

Please sign in to comment.