Skip to content

Commit

Permalink
deps: Upgrade electron-builder (#3963)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlyp authored Aug 27, 2024
1 parent 2ced43e commit c8af647
Show file tree
Hide file tree
Showing 3 changed files with 365 additions and 504 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
node-version: [18.x]

steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4.1.7
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
"cross-env": "^7.0.3",
"css-loader": "5.2.7",
"electron": "26.4.3",
"electron-builder": "22.14.13",
"electron-builder": "24.13.3",
"enzyme": "^3.11.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.5.0",
Expand Down Expand Up @@ -341,7 +341,7 @@
"grpc-tools": "1.11.3"
},
"engines": {
"node": ">=14.16",
"node": ">=18.20",
"yarn": "^1.22"
},
"resolutions": {
Expand Down
Loading

0 comments on commit c8af647

Please sign in to comment.