Skip to content

Commit 7751bfe

Browse files
committed
ci: install playwright browsers during ci
1 parent 78f3fcc commit 7751bfe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cd.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
node: [ '22' ]
10+
node: ['20', '22']
1111
name: verify using node v${{ matrix.node }}
1212
steps:
1313
- uses: actions/checkout@v4
@@ -18,6 +18,7 @@ jobs:
1818
- run: npm ci
1919
env:
2020
NODE_AUTH_TOKEN: ${{ secrets.GPR_READ_TOKEN }}
21+
- run: npx playwright install --with-deps --only-shell chromium
2122
- run: npm run verify
2223
- uses: actions/upload-artifact@v4
2324
if: ${{ always() }}

0 commit comments

Comments
 (0)