Skip to content

Commit 2ac2874

Browse files
committed
ci: upgrade playwright to 1.45
1 parent d787527 commit 2ac2874

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
id: playwright-cache
1515
with:
1616
path: /Users/runner/Library/Caches/ms-playwright
17-
key: ${{ runner.os }}-playwright-1.44.0
17+
key: ${{ runner.os }}-playwright-1.45.0
1818

1919
- name: Install dependencies
2020
run: bun install

bun.lockb

-756 Bytes
Binary file not shown.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
},
2222
"devDependencies": {
2323
"@astrojs/svelte": "latest",
24-
"@playwright/experimental-ct-svelte": "latest",
25-
"@playwright/test": "1.43.0",
24+
"@playwright/experimental-ct-svelte": "1.45.0",
25+
"@playwright/test": "1.45.0",
2626
"@types/bun": "latest",
2727
"@types/node": "latest",
2828
"@types/prettier": "latest",

0 commit comments

Comments
 (0)