Skip to content

Commit

Permalink
Update NodeJS.yml
Browse files Browse the repository at this point in the history
Add node 23 binaries
  • Loading branch information
hannes authored Jan 13, 2025
1 parent 4b4573b commit 80b77df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/NodeJS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
strategy:
matrix:
# node.js current support policy to be found at https://github.com/duckdb/duckdb-node/tree/main/#Supported-Node-versions
node: [ '12', '14', '16', '17', '18', '19', '20', '21', '22']
node: [ '12', '14', '16', '17', '18', '19', '20', '21', '22', '23']
target_arch: [ x64, arm64 ]
isRelease:
- ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
Expand Down

0 comments on commit 80b77df

Please sign in to comment.