Skip to content

Commit

Permalink
chore: electron 34 node 22 (#684)
Browse files Browse the repository at this point in the history
* chore: electron 34 node 22

* chore: remove ubuntu 23.10 from test install podman
  • Loading branch information
jgresham authored Feb 14, 2025
1 parent 81accdc commit 9a5c274
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/podman-install-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
fail-fast: false
matrix:
container: [
"ubuntu:24.10",
"ubuntu:24.04",
"ubuntu:23.10",
"debian:12",
"fedora:40",
"fedora:39",
Expand Down
16 changes: 10 additions & 6 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@wdio/mocha-framework": "^9.0.8",
"@wdio/spec-reporter": "^9.0.8",
"cross-env": "^7.0.3",
"electron": "^32.2.0",
"electron": "^34.2.0",
"electron-devtools-installer": "^3.2.0",
"electron-extension-installer": "^1.2.0",
"electron-mock-ipc": "^0.3.12",
Expand Down Expand Up @@ -132,9 +132,9 @@
"web3",
"local"
],
"devEngines": {
"node": ">=20.x",
"npm": ">=9.x"
"engines": {
"node": ">22.0.0",
"npm": ">10.0.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 9a5c274

Please sign in to comment.