Skip to content

Commit

Permalink
Merge branch 'main' into testfixtures-throw
Browse files Browse the repository at this point in the history
  • Loading branch information
pichlermarc authored Dec 6, 2024
2 parents 6dae216 + baccd98 commit adef664
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: ["16"]
node: ["22"]
runs-on: ubuntu-latest
env:
NPM_CONFIG_UNSAFE_PERM: true
Expand All @@ -195,9 +195,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- name: Update npm to a version that supports workspaces (v7 or later)
if: ${{ matrix.node < 16 }}
run: npm install -g npm@9 # npm@9 supports node >=14.17.0
- name: Install
run: npm ci
- name: Download Build Artifacts
Expand Down

0 comments on commit adef664

Please sign in to comment.