Skip to content

Commit

Permalink
node version...
Browse files Browse the repository at this point in the history
  • Loading branch information
steam0r committed Feb 29, 2024
1 parent b9d45fd commit 0e1bb65
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,15 @@ jobs:
uses: actions/checkout@v4
with:
path: "cables_electron/"
- name: install python
uses: actions/setup-python@v5
- name: Read .nvmrc
id: nvm
run: echo "NVMRC=`cat .nvmrc`" >> $GITHUB_OUTPUT
- name: install nodejs
uses: dcodeIO/setup-node-nvm@master
- name: install python
- uses: actions/setup-python@v5
- name: install dependencies
run: npm install
with:
node-version: "${{ steps.nvm.outputs.NVMRC }}"
- name: Create Release
id: create_release
uses: actions/[email protected]
Expand Down

0 comments on commit 0e1bb65

Please sign in to comment.