Skip to content

Commit

Permalink
ci: run browser and worker tests on Node.js 22 (#5237)
Browse files Browse the repository at this point in the history
  • Loading branch information
pichlermarc authored Dec 5, 2024
1 parent a761a8c commit 0bc4af6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
cache: 'npm'
cache-dependency-path: |
package-lock.json
node-version: 16
node-version: 22

- name: Bootstrap
run: npm ci
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
cache: 'npm'
cache-dependency-path: |
package-lock.json
node-version: 16
node-version: 22

- name: Bootstrap
run: npm ci
Expand Down

0 comments on commit 0bc4af6

Please sign in to comment.