Skip to content

Commit 13e3a90

Browse files
committed
chore: upgrade Playwright to version 1.57.0 in package.json and package-lock.json
- Updated Playwright and Playwright Core dependencies to version 1.57.0 for improved features and bug fixes. - Adjusted deployment workflow to reflect the new Playwright version in caching keys for consistency across environments.
1 parent 646efdd commit 13e3a90

3 files changed

Lines changed: 13 additions & 60 deletions

File tree

.github/workflows/deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
id: playwright-cache
3232
with:
3333
path: ~/.cache/ms-playwright
34-
key: ${{ runner.os }}-playwright-1.40.1
34+
key: ${{ runner.os }}-playwright-1.57.0
3535
restore-keys: |
3636
${{ runner.os }}-playwright-
3737
- name: Verify npm cache
@@ -63,7 +63,7 @@ jobs:
6363
id: playwright-cache
6464
with:
6565
path: ~/.cache/ms-playwright
66-
key: ${{ runner.os }}-playwright-1.40.1
66+
key: ${{ runner.os }}-playwright-1.57.0
6767
restore-keys: |
6868
${{ runner.os }}-playwright-
6969
- name: Verify npm cache

package-lock.json

Lines changed: 10 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"esm": "^3.2.25",
6464
"husky": "^7.0.2",
6565
"lint-staged": "^11.1.2",
66-
"playwright": "1.40.1",
66+
"playwright": "1.57.0",
6767
"rimraf": "^5.0.5",
6868
"sinon": "^11.1.2",
6969
"typescript": "^4.4.3",

0 commit comments

Comments
 (0)