Skip to content

Commit

Permalink
Fix Playwright runs (#307)
Browse files Browse the repository at this point in the history
The Playwright runs have been failing in the github actions during the
execution of
  npx playwright install --with-deps
with a missing dependency.
Moving up the Playwright version to the latest.
  • Loading branch information
bosschaert authored Dec 19, 2024
1 parent 3ec8d33 commit a2e87bd
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 26 deletions.
54 changes: 30 additions & 24 deletions test/e2e/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions test/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"keywords": ["test"],
"devDependencies": {
"@playwright/test": "^1.42.1",
"@types/node": "^20.11.27"
"@playwright/test": "^1.49.1",
"@types/node": "^22.10.2"
}
}

0 comments on commit a2e87bd

Please sign in to comment.