Skip to content

Commit

Permalink
Do not split artifacts and try to update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
dlaidig committed Nov 14, 2024
1 parent 4dee6e3 commit 6000336
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 6000336

Please sign in to comment.