Skip to content

Commit

Permalink
Merge pull request #358 from guillaumelecerf/feature/musl-node-20
Browse files Browse the repository at this point in the history
Build musl/musl-arm with node 20
  • Loading branch information
julianhille authored Nov 29, 2023
2 parents efcd2de + 9437216 commit 5507c2e
Show file tree
Hide file tree
Showing 2 changed files with 7 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]
node: [15.7.0, 16.11.1, 17.6.0, 18.8.0, 19.0.0, 20.0.0]
include:
- architecture: arm64
architecture_node: x64
Expand All @@ -42,6 +42,8 @@ jobs:
node: 18.8.0
- python_version: 3
node: 19.0.0
- python_version: 3
node: 20.0.0
runs-on: ubuntu-latest
container:
image: dockcross/linux-arm64-musl
Expand Down Expand Up @@ -78,7 +80,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [15.7.0, 16.11.1, 17.6.0, 18.8.0, 19.0.0]
node: [15.7.0, 16.11.1, 17.6.0, 18.8.0, 19.0.0, 20.0.0]
include:
- python_version: 3
node: 16.11.1
Expand All @@ -88,6 +90,8 @@ jobs:
node: 18.8.0
- python_version: 3
node: 19.0.0
- python_version: 3
node: 20.0.0
runs-on: ubuntu-latest
container:
image: node:${{ matrix.node }}-alpine
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Fixed

- definitions: appendPage optionnal parameter
- Build musl/musl-arm with node 20

## [4.0.0] - 2023-07-14

Expand Down

0 comments on commit 5507c2e

Please sign in to comment.