Skip to content
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.

Commit

Permalink
chore: update node version in GHA build
Browse files Browse the repository at this point in the history
  • Loading branch information
sircharlo committed Jun 20, 2024
1 parent 26f4cb0 commit 4722a1b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
pull_request:

jobs:
release:
Expand All @@ -21,11 +21,9 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22
cache: 'yarn'



- uses: actions/setup-python@v5
with:
python-version: '3.9'
Expand All @@ -39,15 +37,15 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}

- name: Build Electron app
if: "startsWith(github.head_ref, 'dependabot/')"
run: yarn quasar build -m electron
env:
GITHUB_TOKEN: ${{ github.token }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}

# - name: Build/release Electron app
# - name: Build/release Electron app
# uses: samuelmeuli/action-electron-builder@v1
# with:
# github_token: ${{ secrets.github_token }}
Expand Down

0 comments on commit 4722a1b

Please sign in to comment.