Skip to content

Commit aba2f14

Browse files
Update dependencies (#390)
This is a simple npm update change, which was required for me to gets tests passing locally due to outdated Playwright and Webkit.
1 parent 139dd8a commit aba2f14

File tree

5 files changed

+2207
-733
lines changed

5 files changed

+2207
-733
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616

1717
- run: npm ci
1818
- run: npx playwright install-deps
19+
- run: npx playwright install
1920
- run: npm test
2021
env:
2122
WIREIT_FAILURES: continue

.github/workflows/version-module.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ jobs:
1616

1717
- run: npm ci
1818
- run: npx playwright install-deps
19+
- run: npx playwright install
1920
# This script automatically fails if the version module is not up-to-date.
2021
- run: npm run update-version-module

0 commit comments

Comments
 (0)