From 94372164d7ef29a5832c54e8f0dffbd004cc47df Mon Sep 17 00:00:00 2001 From: Guillaume Lecerf Date: Tue, 28 Nov 2023 15:16:55 +0100 Subject: [PATCH] Build musl/musl-arm with node 20 --- .github/workflows/build.yml | 8 ++++++-- CHANGELOG.md | 1 + 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 53de7f91..5b15b465 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index cf36226a..11660dd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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