Skip to content

Commit

Permalink
build for electron 19 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkav authored Jun 8, 2022
1 parent 66fa5df commit e526ca0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,7 @@ jobs:
node:
- 16
electron-version:
- 17.3.0
- 18.0.0
- 19.0.3
- 19.0.0
env:
LIBCURL_RELEASE: ${{ matrix.libcurl-release }}
LATEST_LIBCURL_RELEASE: ${{ matrix.libcurl-release }}
Expand Down Expand Up @@ -250,9 +248,7 @@ jobs:
node:
- 16
electron-version:
- 17.3.0
- 18.0.0
- 19.0.3
- 19.0.0
env:
ELECTRON_VERSION: ${{ matrix.electron-version }}
npm_config_msvs_version: 2019
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/build-lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,7 @@ jobs:
node:
- 16
electron-version:
- 17.3.0
- 18.0.0
- 19.0.3
- 19.0.0
env:
LIBCURL_RELEASE: ${{ matrix.libcurl-release }}
LATEST_LIBCURL_RELEASE: ${{ matrix.libcurl-release }}
Expand Down Expand Up @@ -285,8 +283,7 @@ jobs:
node:
- 16
electron-version:
- 17.3.0
- 18.0.0
- 19.0.0
env:
ELECTRON_VERSION: ${{ matrix.electron-version }}
npm_config_msvs_version: 2019
Expand Down

0 comments on commit e526ca0

Please sign in to comment.