Skip to content

Commit 6537869

Browse files
fix(testing): update puppeteer, default to 'new' headless (#6098)
* 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
1 parent bdfabbe commit 6537869

File tree

18 files changed

+7251
-3428
lines changed

18 files changed

+7251
-3428
lines changed

.github/workflows/test-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
node: ['16', '18', '20', '22']
14+
node: ['18', '20', '22']
1515
os: ['ubuntu-latest', 'windows-latest']
1616
runs-on: ${{ matrix.os }}
1717
steps:

.github/workflows/test-component-starter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
jest: ['24', '25', '26', '27', '28', '29']
15-
node: ['16', '18', '20', '22']
15+
node: ['18', '20', '22']
1616
os: ['ubuntu-latest', 'windows-latest']
1717
runs-on: ${{ matrix.os }}
1818
steps:
@@ -87,7 +87,7 @@ jobs:
8787
shell: bash
8888

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

9292
- name: Build Starter Project
9393
run: npm run build

.github/workflows/test-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
node: ['16', '18', '20', '22']
14+
node: ['18', '20', '22']
1515
os: ['ubuntu-latest', 'windows-latest']
1616
runs-on: ${{ matrix.os }}
1717
steps:

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v22.13.0

0 commit comments

Comments
 (0)