Skip to content

Commit

Permalink
ci: upgrade setup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
indrif committed Nov 15, 2024
1 parent 781fdf9 commit 6c5a312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-node-using-nvm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ runs:
run: echo NVMRC=`cat .nvmrc` >> $GITHUB_ENV

- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ env.NVMRC }}

0 comments on commit 6c5a312

Please sign in to comment.