Skip to content

Commit

Permalink
ci: bump Playwright version
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Jan 8, 2025
1 parent b170b9e commit f46d76f
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: "16"
node-version: "latest"
cache: "npm"
cache-dependency-path: conformance-tests/package-lock.json

Expand Down
55 changes: 35 additions & 20 deletions conformance-tests/package-lock.json

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

2 changes: 1 addition & 1 deletion conformance-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "Kévin Dunglas",
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@playwright/test": "^1.19.1"
"@playwright/test": "^1.49.1"
},
"dependencies": {
"dotenv": "^16.0.0"
Expand Down

0 comments on commit f46d76f

Please sign in to comment.