We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d787527 commit 2ac2874Copy full SHA for 2ac2874
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
id: playwright-cache
15
with:
16
path: /Users/runner/Library/Caches/ms-playwright
17
- key: ${{ runner.os }}-playwright-1.44.0
+ key: ${{ runner.os }}-playwright-1.45.0
18
19
- name: Install dependencies
20
run: bun install
bun.lockb
-756 Bytes
package.json
@@ -21,8 +21,8 @@
21
},
22
"devDependencies": {
23
"@astrojs/svelte": "latest",
24
- "@playwright/experimental-ct-svelte": "latest",
25
- "@playwright/test": "1.43.0",
+ "@playwright/experimental-ct-svelte": "1.45.0",
+ "@playwright/test": "1.45.0",
26
"@types/bun": "latest",
27
"@types/node": "latest",
28
"@types/prettier": "latest",
0 commit comments