Skip to content

Commit

Permalink
chore(repo): Attempt to upgrade setup-node action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosdouvlis committed Nov 8, 2023
1 parent f957c4e commit 50c7b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/init/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ runs:
run: echo $TURBO_ARGS

- name: Setup NodeJS ${{ inputs.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ inputs.node-version }}
NODE_AUTH_TOKEN: ${{ inputs.node-auth-token }}
Expand Down

0 comments on commit 50c7b64

Please sign in to comment.