Skip to content

Commit

Permalink
nodejs...
Browse files Browse the repository at this point in the history
  • Loading branch information
steam0r committed Feb 29, 2024
1 parent 61fe507 commit 5d7a658
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,14 @@ jobs:
uses: actions/checkout@v4
with:
path: "cables_electron/"
- name: Read .nvmrc
id: nvm
run: echo "NVMRC=`cat .nvmrc`" >> $GITHUB_OUTPUT
- name: install nodejs
uses: actions/setup-node@v1
with:
cache: "npm"
node-version-file: ".nvmrc"
node-version: "${{ steps.nvm.outputs.NVMRC }}"
- name: install dependencies
run: npm install
- name: Create Release
Expand All @@ -57,5 +60,3 @@ jobs:
run: ./hook_standalone.sh
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: files
run: ls cables_electron/dist/

0 comments on commit 5d7a658

Please sign in to comment.