Skip to content

Commit

Permalink
Add node v23.0.0 (#435)
Browse files Browse the repository at this point in the history
* Add node v23.0.0

Fixes #434

* Update CHANGELOG.md

* Update revert accidental version change

* Remove ia32 from windows node v23.0.0 build
  • Loading branch information
julianhille authored Oct 17, 2024
1 parent bcce9a3 commit db360d9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand All @@ -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
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit db360d9

Please sign in to comment.