Skip to content

Commit 86c843e

Browse files
authored
build(deps): Bumped dependencies and update playwrigt CI hook (#1487)
1 parent 1fa3976 commit 86c843e

File tree

3 files changed

+155
-163
lines changed

3 files changed

+155
-163
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
node-version: ${{ matrix.node-version }}
2828
cache: 'npm'
2929
- run: npm ci
30-
- run: npx playwright install --with-deps chromium
30+
- run: npx playwright install --with-deps --only-shell chromium
3131
- run: npm run lint
3232
- run: npm run test
3333
- run: npm run check

0 commit comments

Comments
 (0)