Skip to content

Commit 84742b7

Browse files
authored
chore: bump electron 35 [no-ticket] (#87)
1 parent 8f0d766 commit 84742b7

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
lines changed

.github/workflows/build-and-release.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
node-libcurl-cpp-std:
5656
- c++20
5757
node:
58-
- 20.18.3
58+
- 22.14.0
5959

6060
env:
6161
LIBCURL_RELEASE: ${{ matrix.libcurl-release }}
@@ -117,9 +117,9 @@ jobs:
117117
libcurl-release:
118118
- 7.86.0
119119
node:
120-
- 20.18.3
120+
- 22.14.0
121121
electron-version:
122-
- 34.3.3
122+
- 35.0.2
123123
env:
124124
LIBCURL_RELEASE: ${{ matrix.libcurl-release }}
125125
LATEST_LIBCURL_RELEASE: ${{ matrix.libcurl-release }}
@@ -182,7 +182,7 @@ jobs:
182182
fail-fast: false
183183
matrix:
184184
node:
185-
- 20.18.3
185+
- 22.14.0
186186
env:
187187
npm_config_msvs_version: 2022
188188
npm_config_build_from_source: true
@@ -226,9 +226,9 @@ jobs:
226226
fail-fast: false
227227
matrix:
228228
node:
229-
- 20.18.3
229+
- 22.14.0
230230
electron-version:
231-
- 34.3.3
231+
- 35.0.2
232232
env:
233233
ELECTRON_VERSION: ${{ matrix.electron-version }}
234234
npm_config_msvs_version: 2022

.github/workflows/build-lint-test.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ jobs:
4747
node-libcurl-cpp-std:
4848
- c++20
4949
node:
50-
- 20.18.3
50+
- 22.14.0
5151
include:
5252
# Lint
5353
- os: ubuntu-22.04
54-
node: 20.18.3
54+
node: 22.14.0
5555
node-libcurl-cpp-std: c++20
5656
libcurl-release: 7.86.0
5757
run-lint-and-tsc: true
@@ -144,9 +144,9 @@ jobs:
144144
libcurl-release:
145145
- 7.86.0
146146
node:
147-
- 20.18.3
147+
- 22.14.0
148148
electron-version:
149-
- 34.3.3
149+
- 35.0.2
150150
env:
151151
LIBCURL_RELEASE: ${{ matrix.libcurl-release }}
152152
LATEST_LIBCURL_RELEASE: ${{ matrix.libcurl-release }}
@@ -225,7 +225,7 @@ jobs:
225225
fail-fast: false
226226
matrix:
227227
node:
228-
- 20.18.3
228+
- 22.14.0
229229
env:
230230
npm_config_msvs_version: 2022
231231
npm_config_build_from_source: true
@@ -262,9 +262,9 @@ jobs:
262262
fail-fast: false
263263
matrix:
264264
node:
265-
- 20.18.3
265+
- 22.14.0
266266
electron-version:
267-
- 34.3.3
267+
- 35.0.2
268268
env:
269269
ELECTRON_VERSION: ${{ matrix.electron-version }}
270270
npm_config_msvs_version: 2022

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.18.3
1+
22.14.0

package-lock.json

Lines changed: 2 additions & 2 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
@@ -102,6 +102,6 @@
102102
"typescript": "^4.0.3"
103103
},
104104
"engines": {
105-
"node": ">= 20.18.3"
105+
"node": ">= 22.14.0"
106106
}
107-
}
107+
}

0 commit comments

Comments
 (0)