Skip to content

Commit

Permalink
Update dependencies (#390)
Browse files Browse the repository at this point in the history
This is a simple npm update change, which was required for me to gets tests passing locally due to outdated Playwright and Webkit.
  • Loading branch information
justinfagnani authored Jan 22, 2024
1 parent 139dd8a commit aba2f14
Show file tree
Hide file tree
Showing 5 changed files with 2,207 additions and 733 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:

- run: npm ci
- run: npx playwright install-deps
- run: npx playwright install
- run: npm test
env:
WIREIT_FAILURES: continue
1 change: 1 addition & 0 deletions .github/workflows/version-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ jobs:

- run: npm ci
- run: npx playwright install-deps
- run: npx playwright install
# This script automatically fails if the version module is not up-to-date.
- run: npm run update-version-module
Loading

0 comments on commit aba2f14

Please sign in to comment.