Skip to content

Commit

Permalink
install nvm....
Browse files Browse the repository at this point in the history
  • Loading branch information
steam0r committed Feb 29, 2024
1 parent 812c1b8 commit d8ed9f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,9 @@ jobs:
id: nvm
run: echo "NVMRC=`cat .nvmrc`" >> $GITHUB_OUTPUT
- name: install nodejs
uses: actions/setup-node@v4
uses: dcodeIO/setup-node-nvm@master
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 d8ed9f4

Please sign in to comment.