Skip to content

Commit

Permalink
fix(testing): update puppeteer, default to 'new' headless (#6098)
Browse files Browse the repository at this point in the history
* fix(testing): update puppeteer, default to 'new' headless

* ensure we always run on stable

* revert puppeteer update

* prettier

* fix unit tests

* update puppeteer

* docs fixes

* fix unit tests

* update package-lock

* fix unit test

* increase default timeout

* stop testing in Node.js 16
  • Loading branch information
christian-bromann authored Jan 16, 2025
1 parent bdfabbe commit 6537869
Show file tree
Hide file tree
Showing 18 changed files with 7,251 additions and 3,428 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: ['16', '18', '20', '22']
node: ['18', '20', '22']
os: ['ubuntu-latest', 'windows-latest']
runs-on: ${{ matrix.os }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-component-starter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
jest: ['24', '25', '26', '27', '28', '29']
node: ['16', '18', '20', '22']
node: ['18', '20', '22']
os: ['ubuntu-latest', 'windows-latest']
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
shell: bash

- name: Install Jest
run: npm install --dev-dependencies jest@${{ matrix.jest }} jest-cli@${{ matrix.jest }} @types/jest@${{ matrix.jest }}
run: npm install --dev-dependencies jest@29 jest-cli@29 @types/jest@29

- name: Build Starter Project
run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: ['16', '18', '20', '22']
node: ['18', '20', '22']
os: ['ubuntu-latest', 'windows-latest']
runs-on: ${{ matrix.os }}
steps:
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v22.13.0
Loading

0 comments on commit 6537869

Please sign in to comment.