Skip to content

Commit c96aabf

Browse files
committed
chore: update smoke tests
1 parent aac3605 commit c96aabf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
jest: ['24', '25', '26', '27', '28', '29']
18-
node: ['18', '20', '22']
17+
jest: ['27', '28', '29']
18+
node: ['20', '22']
1919
os: ['ubuntu-latest', 'windows-latest']
2020
runs-on: ${{ matrix.os }}
2121
steps:
@@ -90,7 +90,7 @@ jobs:
9090
shell: bash
9191

9292
- name: Install Jest
93-
run: npm install --dev-dependencies jest@29 jest-cli@29 @types/jest@29
93+
run: npx playwright install && npm install --dev-dependencies jest@29 jest-cli@29 @types/jest@29
9494

9595
- name: Build Starter Project
9696
run: npm run build

0 commit comments

Comments
 (0)