Skip to content

Commit

Permalink
Merge pull request #146 from julianhille/feature/142-add-node-17
Browse files Browse the repository at this point in the history
Add node 17
  • Loading branch information
julianhille authored Mar 5, 2022
2 parents 000bfb7 + 16c0ebb commit 3d98e80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [8.11.0, 9.11.1, 10.8.0, 11.2.0, 12.0.0, 13.14.0, 14.0.0, 15.7.0, 16.11.1]
node: [8.11.0, 9.11.1, 10.8.0, 11.2.0, 12.0.0, 13.14.0, 14.0.0, 15.7.0, 16.11.1, 17.6.0]
include:
- python_version: 3
node: 16.11.1
- python_version: 3
node: 17.6.0
runs-on: ubuntu-latest
container:
image: node:${{ matrix.node }}-alpine
Expand Down Expand Up @@ -215,7 +217,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-18.04, macos-10.15, windows-2019]
node: [8.11.0, 9.11.1, 10.8.0, 11.2.0, 12.0.0, 13.14.0, 14.0.0, 15.7.0, 16.11.1]
node: [8.11.0, 9.11.1, 10.8.0, 11.2.0, 12.0.0, 13.14.0, 14.0.0, 15.7.0, 16.11.1, 17.6.0]
architecture: [x64, ia32]
include:
- architecture: ia32
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added

- Electron version: 17.0, 17.1
- NodeJs 17.6.0

## [2.1.0] - 2021-12-03

Expand Down

0 comments on commit 3d98e80

Please sign in to comment.