Skip to content

Commit

Permalink
build(deps): pinned playwright to 1.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Nov 30, 2023
1 parent 0e426ef commit 5f6d51d
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
name: test (E2E)
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.39.0-jammy
image: mcr.microsoft.com/playwright:v1.40.0-jammy
steps:
- uses: actions/checkout@v4
- name: Use Node.js
Expand Down
38 changes: 33 additions & 5 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"vue-router": "^4.2.5"
},
"devDependencies": {
"@playwright/test": "^1.39.0",
"@playwright/test": "1.40.0",
"@rushstack/eslint-patch": "^1.3.3",
"@tsconfig/node18": "^18.2.2",
"@types/jsdom": "^21.1.3",
Expand Down

0 comments on commit 5f6d51d

Please sign in to comment.