Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
baruchiro committed Dec 25, 2024
1 parent 7993f8c commit 1ada701
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,6 @@ jobs:
with:
cache: 'yarn'
node-version-file: '.node-version'

- name: Install dependencies
if: startsWith(matrix.os, 'ubuntu')
run: sudo apt-get update && sudo apt-get install -y libopenjp2-tools

- name: Install Snapcraft
uses: samuelmeuli/action-snapcraft@d33c176a9b784876d966f80fb1b461808edc0641
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"@typescript-eslint/parser": "^7.12.0",
"@vitejs/plugin-react": "^4.3.1",
"cross-env": "7.0.3",
"electron": "^30.0.9",
"electron-builder": "^25.1.8",
"electron": "30.0.9",
"electron-builder": "24.13.3",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.1.0",
"happy-dom": "15.10.2",
Expand Down

0 comments on commit 1ada701

Please sign in to comment.