Skip to content

Commit

Permalink
fixup! ci: run browser tests on Node.js 22
Browse files Browse the repository at this point in the history
  • Loading branch information
pichlermarc committed Dec 5, 2024
1 parent 8755f35 commit 949a2e9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 949a2e9

Please sign in to comment.