duckdb 1.0.1-dev2.0 → 1.0.1-dev4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -116,7 +116,7 @@ jobs:
|
|
116
116
|
run: ./scripts/node_build.sh ${{ matrix.node }}
|
117
117
|
|
118
118
|
osx-nodejs-arm64:
|
119
|
-
name: node.js OSX
|
119
|
+
name: node.js OSX arm64
|
120
120
|
runs-on: macos-14
|
121
121
|
needs: set-up-npm
|
122
122
|
continue-on-error: ${{ matrix.node != '18' && matrix.node != '20' && matrix.node != '21' }}
|
@@ -179,7 +179,7 @@ jobs:
|
|
179
179
|
run: ./scripts/node_build.sh ${{ matrix.node }}
|
180
180
|
|
181
181
|
osx-nodejs-x64:
|
182
|
-
name: node.js OSX
|
182
|
+
name: node.js OSX x64
|
183
183
|
runs-on: macos-13
|
184
184
|
needs: set-up-npm
|
185
185
|
continue-on-error: ${{ matrix.node != '18' && matrix.node != '20' && matrix.node != '21' }}
|
@@ -251,7 +251,7 @@ jobs:
|
|
251
251
|
|
252
252
|
strategy:
|
253
253
|
matrix:
|
254
|
-
node: [ '16', '17', '18', '19', '20', '21']
|
254
|
+
node: [ '16', '17', '18', '19', '20', '21', '22' ]
|
255
255
|
isRelease:
|
256
256
|
- ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
|
257
257
|
exclude:
|