Skip to content
This repository was archived by the owner on Jan 6, 2026. It is now read-only.

Commit 9a5c274

Browse files
authored
chore: electron 34 node 22 (#684)
* chore: electron 34 node 22 * chore: remove ubuntu 23.10 from test install podman
1 parent 81accdc commit 9a5c274

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

.github/workflows/podman-install-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
container: [
14+
"ubuntu:24.10",
1415
"ubuntu:24.04",
15-
"ubuntu:23.10",
1616
"debian:12",
1717
"fedora:40",
1818
"fedora:39",

package-lock.json

Lines changed: 10 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@wdio/mocha-framework": "^9.0.8",
6666
"@wdio/spec-reporter": "^9.0.8",
6767
"cross-env": "^7.0.3",
68-
"electron": "^32.2.0",
68+
"electron": "^34.2.0",
6969
"electron-devtools-installer": "^3.2.0",
7070
"electron-extension-installer": "^1.2.0",
7171
"electron-mock-ipc": "^0.3.12",
@@ -132,9 +132,9 @@
132132
"web3",
133133
"local"
134134
],
135-
"devEngines": {
136-
"node": ">=20.x",
137-
"npm": ">=9.x"
135+
"engines": {
136+
"node": ">22.0.0",
137+
"npm": ">10.0.0"
138138
},
139139
"repository": {
140140
"type": "git",

0 commit comments

Comments
 (0)