Skip to content

Commit

Permalink
ci: run browser tests on Node.js 22 (#2587)
Browse files Browse the repository at this point in the history
  • Loading branch information
pichlermarc authored Dec 5, 2024
1 parent 5d60689 commit baccd98
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 baccd98

Please sign in to comment.