Skip to content

Commit

Permalink
Update NodeJS.yml
Browse files Browse the repository at this point in the history
some more platform updates
  • Loading branch information
hannes authored Jan 13, 2025
1 parent 80b77df commit 896c52f
Showing 1 changed file with 3 additions and 23 deletions.
26 changes: 3 additions & 23 deletions .github/workflows/NodeJS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,11 @@ 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', '23']
node: [ '16', '17', '18', '19', '20', '21', '22', '23']
target_arch: [ x64, arm64 ]
isRelease:
- ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
exclude:
- isRelease: false
node: 12
- isRelease: false
node: 14
- isRelease: false
node: 16
- isRelease: false
Expand Down Expand Up @@ -123,24 +119,16 @@ jobs:
strategy:
matrix:
target_arch: [ arm64 ]
node: [ '16', '17', '18', '19', '20', '21', '22']
node: [ '16', '17', '18', '19', '20', '21', '22', '23']
isRelease:
- ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
exclude:
- isRelease: false
node: 12
- isRelease: false
node: 14
- isRelease: false
node: 16
- isRelease: false
node: 17
- isRelease: false
node: 19
- target_arch: arm64
node: 12
- target_arch: arm64
node: 14
# these older versions of NodeJS don't have M1 support

env:
Expand Down Expand Up @@ -186,24 +174,16 @@ jobs:
strategy:
matrix:
target_arch: [ x64 ]
node: [ '16', '17', '18', '19', '20', '21', '22']
node: [ '16', '17', '18', '19', '20', '21', '22', '23']
isRelease:
- ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
exclude:
- isRelease: false
node: 12
- isRelease: false
node: 14
- isRelease: false
node: 16
- isRelease: false
node: 17
- isRelease: false
node: 19
- target_arch: arm64
node: 12
- target_arch: arm64
node: 14
# these older versions of NodeJS don't have M1 support

env:
Expand Down

0 comments on commit 896c52f

Please sign in to comment.