Skip to content

Commit e526ca0

Browse files
authored
build for electron 19 (#4)
1 parent 66fa5df commit e526ca0

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,7 @@ jobs:
121121
node:
122122
- 16
123123
electron-version:
124-
- 17.3.0
125-
- 18.0.0
126-
- 19.0.3
124+
- 19.0.0
127125
env:
128126
LIBCURL_RELEASE: ${{ matrix.libcurl-release }}
129127
LATEST_LIBCURL_RELEASE: ${{ matrix.libcurl-release }}
@@ -250,9 +248,7 @@ jobs:
250248
node:
251249
- 16
252250
electron-version:
253-
- 17.3.0
254-
- 18.0.0
255-
- 19.0.3
251+
- 19.0.0
256252
env:
257253
ELECTRON_VERSION: ${{ matrix.electron-version }}
258254
npm_config_msvs_version: 2019

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,7 @@ jobs:
148148
node:
149149
- 16
150150
electron-version:
151-
- 17.3.0
152-
- 18.0.0
153-
- 19.0.3
151+
- 19.0.0
154152
env:
155153
LIBCURL_RELEASE: ${{ matrix.libcurl-release }}
156154
LATEST_LIBCURL_RELEASE: ${{ matrix.libcurl-release }}
@@ -285,8 +283,7 @@ jobs:
285283
node:
286284
- 16
287285
electron-version:
288-
- 17.3.0
289-
- 18.0.0
286+
- 19.0.0
290287
env:
291288
ELECTRON_VERSION: ${{ matrix.electron-version }}
292289
npm_config_msvs_version: 2019

0 commit comments

Comments
 (0)