Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviendelangle committed Oct 8, 2024
1 parent e5bc0f3 commit 688186d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
test_browser:
<<: *default-job
docker:
- image: mcr.microsoft.com/playwright:v1.46.0-focal
- image: mcr.microsoft.com/playwright:v1.47.0-focal
steps:
- checkout
- install_js:
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
test_e2e:
<<: *default-job
docker:
- image: mcr.microsoft.com/playwright:v1.46.0-focal
- image: mcr.microsoft.com/playwright:v1.47.0-focal
steps:
- checkout
- install_js:
Expand All @@ -256,7 +256,7 @@ jobs:
test_e2e_website:
<<: *default-job
docker:
- image: mcr.microsoft.com/playwright:v1.46.0-focal
- image: mcr.microsoft.com/playwright:v1.47.0-focal
steps:
- checkout
- install_js:
Expand All @@ -269,7 +269,7 @@ jobs:
test_regressions:
<<: *default-job
docker:
- image: mcr.microsoft.com/playwright:v1.46.0-focal
- image: mcr.microsoft.com/playwright:v1.47.0-focal
steps:
- checkout
- install_js:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"@next/eslint-plugin-next": "14.2.14",
"@octokit/plugin-retry": "^7.1.2",
"@octokit/rest": "^21.0.2",
"@playwright/test": "^1.46.0",
"@playwright/test": "^1.47.0",
"@types/babel__core": "^7.20.5",
"@types/babel__traverse": "^7.20.6",
"@types/chai": "^4.3.20",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit 688186d

Please sign in to comment.