Skip to content

Commit

Permalink
Upgrade to electron 34, bump node to 22.11 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
bcdrme committed Jan 30, 2025
1 parent f307970 commit e7697c9
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest]
node-version: [20.18.0]
node-version: [22.11.0]

steps:
- name: Check out Git repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v4
with:
node-version: 20.18.0
node-version: 22.11.0
cache: npm

- name: Build Env Information
Expand Down
2 changes: 1 addition & 1 deletion .mise.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[tools]
node = "20.18.0"
node = "22.11.0"
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.18.0
22.11.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ It is highly recommended to use [VSCode](https://code.visualstudio.com/) for dev

### Requirements

- [Node.js 20.18.0](https://nodejs.org/en/download/)
- [Node.js 22.11.0](https://nodejs.org/en/download/)

### Local Development

Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"typecheck": "npm run typecheck:node && npm run typecheck:web"
},
"engines": {
"node": "20.18.0"
"node": "22.11.0"
},
"dependencies": {
"7zip-bin": "^5.2.0",
Expand Down Expand Up @@ -81,7 +81,7 @@
"@types/ws": "^8.5.14",
"@vitejs/plugin-vue": "^5.2.1",
"cross-env": "^7.0.3",
"electron": "33.2.1",
"electron": "34.0.2",
"electron-builder": "^25.1.8",
"electron-updater": "^6.3.9",
"eslint": "^9.19.0",
Expand Down

0 comments on commit e7697c9

Please sign in to comment.