From 4bb26b45ee8b453674bd8848d1c9b0f0da4ca541 Mon Sep 17 00:00:00 2001 From: Julian Hille Date: Wed, 29 Nov 2023 23:26:37 +0100 Subject: [PATCH] Add node v21 --- .github/workflows/build.yml | 8 ++++++-- CHANGELOG.md | 4 ++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5b15b465..9f3f42c0 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, 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 @@ -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 @@ -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 @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 11660dd2..30885cb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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