Skip to content

Commit

Permalink
reverting the node versionn increase as the github action is not work…
Browse files Browse the repository at this point in the history
…ing'
  • Loading branch information
IsmaelMartinez committed Jun 6, 2024
1 parent a192111 commit e67b1d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ jobs:
- name: Install Node.js and NPM
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 18

- name: Build
run: npm ci

- name: Release
if: contains(github.ref, 'develop')
run: npm run dist:linux:snap --publish always
run: npm run dist:linux:snap -- --publish always

snap-armv7l:
runs-on: ubuntu-latest
Expand All @@ -49,11 +49,11 @@ jobs:
- name: Install Node.js and NPM
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 18

- name: Build
run: npm ci

- name: Release
if: contains(github.ref, 'develop')
run: npm run dist:linux:snap:armv7l --publish always
run: npm run dist:linux:snap:armv7l -- --publish always

0 comments on commit e67b1d0

Please sign in to comment.