Skip to content

Commit ce8b1fb

Browse files
committed
Update electron, node
1 parent 33fa2bf commit ce8b1fb

7 files changed

Lines changed: 37 additions & 37 deletions

File tree

.github/workflows/arm-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v3
1616
- uses: actions/setup-node@v3
1717
with:
18-
node-version: '20.18.1'
18+
node-version: '22.17.0'
1919
- run: sudo apt update && sudo apt-get install --no-install-recommends -y ruby-full libarchive-tools
2020
- run: sudo gem install fpm -v 1.15
2121
- run: npm install npm -g

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
python-version: '3.12'
2727
- uses: actions/setup-node@v3
2828
with:
29-
node-version: '20.18.1'
29+
node-version: '22.17.0'
3030
- run: pip install setuptools
3131
- run: npm install npm -g
3232
- run: npm install

.github/workflows/snap-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: '20.18.1'
16+
node-version: '22.17.0'
1717
- run: pip install setuptools
1818
- run: npm install -g npm
1919
- run: npm install

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Use Node.js
4747
uses: actions/setup-node@v3
4848
with:
49-
node-version: '20.18.1'
49+
node-version: '22.17.0'
5050
- run: pip install setuptools
5151
- run: npm install npm -g
5252
- run: npm install

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.18.1
1+
22.17.0

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "app/main.js",
66
"type": "module",
77
"engines": {
8-
"node": "20.18.1"
8+
"node": "22.17.0"
99
},
1010
"scripts": {
1111
"start": "electron .",
@@ -138,7 +138,7 @@
138138
"devDependencies": {
139139
"@vitest/coverage-istanbul": "^3.2.4",
140140
"cross-env": "^7.0.3",
141-
"electron": "^34.0.0",
141+
"electron": "^37.2.0",
142142
"electron-builder": "^26.0.12",
143143
"husky": "^9.1.7",
144144
"rimraf": "^6.0.1",

0 commit comments

Comments
 (0)