Skip to content

Commit f46d76f

Browse files
committed
ci: bump Playwright version
1 parent b170b9e commit f46d76f

File tree

3 files changed

+37
-22
lines changed

3 files changed

+37
-22
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282

8383
- uses: actions/setup-node@v4
8484
with:
85-
node-version: "16"
85+
node-version: "latest"
8686
cache: "npm"
8787
cache-dependency-path: conformance-tests/package-lock.json
8888

conformance-tests/package-lock.json

+35-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

conformance-tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"author": "Kévin Dunglas",
1414
"license": "AGPL-3.0-or-later",
1515
"devDependencies": {
16-
"@playwright/test": "^1.19.1"
16+
"@playwright/test": "^1.49.1"
1717
},
1818
"dependencies": {
1919
"dotenv": "^16.0.0"

0 commit comments

Comments
 (0)