diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c3b77f84..25c67b8d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: strategy: fail-fast: false matrix: - node: [17.6.0, 18.8.0, 19.0.0, 20.0.0, 21.0.0, 22.0.0] + node: [17.6.0, 18.8.0, 19.0.0, 20.0.0, 21.0.0, 22.0.0, 23.0.0] include: - architecture: arm64 architecture_node: x64 @@ -74,7 +74,7 @@ jobs: strategy: fail-fast: false matrix: - node: [17.6.0, 18.8.0, 19.0.0, 20.0.0, 21.0.0, 22.0.0] + node: [17.6.0, 18.8.0, 19.0.0, 20.0.0, 21.0.0, 22.0.0, 23.0.0] include: - python_version: 3 runs-on: ubuntu-latest @@ -457,7 +457,7 @@ jobs: strategy: fail-fast: false matrix: - node: [17.6.0, 18.8.0, 19.0.0, 20.0.0, 21.7.3, 22.9.0] + node: [17.6.0, 18.8.0, 19.0.0, 20.0.0, 21.7.3, 22.9.0, 23.0.0] include: - architecture: x64 python_version: "3.10" @@ -502,7 +502,7 @@ jobs: fail-fast: false matrix: os: [macos-13, windows-2019] - node: [17.6.0, 18.8.0, 19.0.0, 20.0.0, 21.7.3, 22.9.0] + node: [17.6.0, 18.8.0, 19.0.0, 20.0.0, 21.7.3, 22.9.0, 23.0.0] architecture: [x64, ia32, arm64] include: - python_version: "3.10" @@ -522,6 +522,9 @@ jobs: architecture: arm64 - os: macos-13 architecture: ia32 + - os: windows-2019 + architecture: ia32 + node: 23.0.0 runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 diff --git a/CHANGELOG.md b/CHANGELOG.md index 07e9904c..a14b3c24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Added + +- Add node v23.0.0 + ### Updated - Downgrade to gcc11 to lower needed glibc version