Skip to content

Commit

Permalink
back to other nodejs action
Browse files Browse the repository at this point in the history
  • Loading branch information
steam0r committed Feb 29, 2024
1 parent 0e1bb65 commit 812c1b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,10 @@ jobs:
id: nvm
run: echo "NVMRC=`cat .nvmrc`" >> $GITHUB_OUTPUT
- name: install nodejs
uses: dcodeIO/setup-node-nvm@master
uses: actions/setup-node@v4
with:
node-version: "${{ steps.nvm.outputs.NVMRC }}"
cache: "npm"
- name: Create Release
id: create_release
uses: actions/[email protected]
Expand Down

0 comments on commit 812c1b8

Please sign in to comment.