Skip to content

Commit

Permalink
ci: add node v20 to the build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
JCMais committed Nov 5, 2023
1 parent f48b553 commit 20200b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ environment:
- nodejs_version: '16'
- nodejs_version: '18'
- nodejs_version: '19'
- nodejs_version: '20'
- nodejs_version: '18'
ELECTRON_VERSION: '21.0.1'
- nodejs_version: '18'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- 16
- 18
- 19
- 20
env:
LIBCURL_RELEASE: ${{ matrix.libcurl-release }}
LATEST_LIBCURL_RELEASE: ${{ matrix.libcurl-release }}
Expand Down

0 comments on commit 20200b7

Please sign in to comment.