Skip to content

Commit

Permalink
fix: build script
Browse files Browse the repository at this point in the history
  • Loading branch information
uanid committed Jun 27, 2024
1 parent ea36847 commit 6acdecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
with:
node-version: '16'
- run: |
npm install --global pnpm
npm install --global pnpm@7
pnpm install
working-directory: electron-app
Expand Down

0 comments on commit 6acdecc

Please sign in to comment.