From 6000336fb5ecff7d8989c6aecee5061bb2fa18d3 Mon Sep 17 00:00:00 2001 From: Daniel Laidig Date: Thu, 14 Nov 2024 12:47:24 +0100 Subject: [PATCH] Do not split artifacts and try to update node version --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 65e5d3a..9ea580f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/setup-node@v4 name: Install Node with: - node-version: 16 + node-version: 22 - name: Run npm install working-directory: qmt/webapps/lib-qmt @@ -69,5 +69,5 @@ jobs: - uses: actions/upload-artifact@v4 with: - name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }} + # name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }} path: ./wheelhouse/*.whl