Skip to content

Commit

Permalink
ci: run yarn install + update electron
Browse files Browse the repository at this point in the history
  • Loading branch information
robobenklein committed Feb 23, 2024
1 parent 08ca920 commit 09ab682
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 194 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
node-version: 18
cache: yarn

- run: yarn
- run: yarn install

- run: yarn electron build

Expand All @@ -22,4 +22,3 @@ jobs:
with:
path: applications/electron/dist/*.AppImage
name: coderibbon-electron-appimage

2 changes: 1 addition & 1 deletion applications/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"@theia/cli": "1.46.1",
"electron": "^15.3.5",
"electron": "^23.2.4",
"electron-builder": "^24.12.0"
},
"scripts": {
Expand Down
Loading

0 comments on commit 09ab682

Please sign in to comment.