Skip to content

Commit

Permalink
Add node v21
Browse files Browse the repository at this point in the history
  • Loading branch information
julianhille committed Dec 8, 2023
1 parent 70088a5 commit 4bb26b4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [15.7.0, 16.11.1, 17.6.0, 18.8.0, 19.0.0, 20.0.0]
node: [15.7.0, 16.11.1, 17.6.0, 18.8.0, 19.0.0, 20.0.0, 21.0.0]
include:
- architecture: arm64
architecture_node: x64
Expand All @@ -44,6 +44,8 @@ jobs:
node: 19.0.0
- python_version: 3
node: 20.0.0
- python_version: 3
node: 21.0.0
runs-on: ubuntu-latest
container:
image: dockcross/linux-arm64-musl
Expand Down Expand Up @@ -80,7 +82,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [15.7.0, 16.11.1, 17.6.0, 18.8.0, 19.0.0, 20.0.0]
node: [15.7.0, 16.11.1, 17.6.0, 18.8.0, 19.0.0, 20.0.0, 21.0.0]
include:
- python_version: 3
node: 16.11.1
Expand All @@ -92,6 +94,8 @@ jobs:
node: 19.0.0
- python_version: 3
node: 20.0.0
- python_version: 3
node: 21.0.0
runs-on: ubuntu-latest
container:
image: node:${{ matrix.node }}-alpine
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- definitions: appendPage optionnal parameter
- Build musl/musl-arm with node 20

### Added

- Add nodejs v21.0.0

## [4.0.0] - 2023-07-14

### Fixed
Expand Down

0 comments on commit 4bb26b4

Please sign in to comment.