Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
e2e:
runs-on: ubuntu-latest
needs: build
container: mcr.microsoft.com/playwright:v1.59.0-jammy
container: mcr.microsoft.com/playwright:v1.59.1-jammy
steps:
# We cannot use built-in LFS functionality due to the missing support of custom LFS endpoints.
# See: https://github.com/actions/checkout/issues/365
Expand Down
2 changes: 1 addition & 1 deletion e2e-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cd $(dirname $0)
export MSYS_NO_PATHCONV=1

# Keep image version in sync with image used in .gitlab-ci.yml
PLAYWRIGHT_IMAGE="mcr.microsoft.com/playwright:v1.59.0-jammy"
PLAYWRIGHT_IMAGE="mcr.microsoft.com/playwright:v1.59.1-jammy"
OS=$(uname -s)
CWD=$(pwd)

Expand Down
24 changes: 12 additions & 12 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 @@ -55,7 +55,7 @@
"@angular/compiler-cli": "21.0.8",
"@angular/language-service": "21.0.8",
"@axe-core/playwright": "4.11.1",
"@playwright/test": "1.59.0",
"@playwright/test": "1.59.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@siemens/commitlint-config": "^4.0.0",
Expand Down
Loading