Skip to content

Commit

Permalink
Correct setup-node reference
Browse files Browse the repository at this point in the history
  • Loading branch information
wwahammy committed Mar 24, 2024
1 parent be6aa72 commit d2e4378
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_@v4
- uses: actions/setup-node@v4
if: ${{ inputs.node != '' }}
with:
node-version: ${{ inputs.node }}
Expand Down

0 comments on commit d2e4378

Please sign in to comment.