Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjonstrup committed Dec 29, 2023
1 parent 1b45c17 commit a0fca3a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,17 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v1

uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 18

cache: "pnpm"
- name: Install dependencies
run: pnpm install
- name: Build/release Electron app
uses: samuelmeuli/action-electron-builder@v1
with:
Expand Down

0 comments on commit a0fca3a

Please sign in to comment.