Skip to content

Commit

Permalink
Add node v23.0.0
Browse files Browse the repository at this point in the history
Fixes #434
  • Loading branch information
julianhille committed Oct 17, 2024
1 parent bcce9a3 commit f12c608
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
8 changes: 4 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.0.0, 23.0.0]
architecture: [x64, ia32, arm64]
include:
- python_version: "3.10"
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,15 @@ 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


## [5.0.2] - 2024-10-10

### Added
Expand Down

0 comments on commit f12c608

Please sign in to comment.