From 9abf3fbc7171cc9f9422f15155b1808e909631ab Mon Sep 17 00:00:00 2001 From: Jeff Raymakers Date: Fri, 21 Jun 2024 19:17:05 -0700 Subject: [PATCH] remove matrix for now (wasn't being used properly) --- .github/workflows/NodeJS.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/NodeJS.yml b/.github/workflows/NodeJS.yml index 47bca25c..39ccae15 100644 --- a/.github/workflows/NodeJS.yml +++ b/.github/workflows/NodeJS.yml @@ -37,15 +37,15 @@ jobs: runs-on: ubuntu-latest # needs: set-up-npm # continue-on-error: ${{ matrix.node != '18' && matrix.node != '20' && matrix.node != '21' }} - env: - TARGET_ARCH: ${{ matrix.target_arch }} + # env: + # TARGET_ARCH: ${{ matrix.target_arch }} # DUCKDB_NODE_BUILD_CACHE: 0 - strategy: - matrix: + # 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'] - node: ['20'] - target_arch: [ x64, arm64 ] + # node: ['20'] + # target_arch: [ x64, arm64 ] # isRelease: # - ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }} # exclude: @@ -120,11 +120,11 @@ jobs: runs-on: macos-latest # needs: linux-nodejs # continue-on-error: ${{ matrix.node != '18' && matrix.node != '20' && matrix.node != '21' }} - strategy: - matrix: - target_arch: [ x64, arm64 ] + # strategy: + # matrix: + # target_arch: [ x64, arm64 ] # node: [ '12', '14', '16', '17', '18', '19', '20', '21'] - node: ['18', '20', '22'] + # node: ['18', '20', '22'] # isRelease: # - ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }} # exclude: @@ -144,8 +144,8 @@ jobs: # node: 14 # these older versions of NodeJS don't have M1 support - env: - TARGET_ARCH: ${{ matrix.target_arch }} + # env: + # TARGET_ARCH: ${{ matrix.target_arch }} # DUCKDB_NODE_BUILD_CACHE: 0 steps: - uses: actions/checkout@v3