Skip to content
This repository was archived by the owner on Sep 8, 2026. It is now read-only.
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
4 changes: 2 additions & 2 deletions .github/actions/e2e/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ runs:
using: composite
steps:
- name: End-to-End
uses: phi-ag/run-playwright@6dd667f6044e5c035d176b0ccab578be5d3538bb # v1
uses: phi-ag/run-playwright@c8a61110283daaca715a836d899830cd2390e1ca # v1
with:
version: v1.59.1-noble@sha256:b0ab6f3cb99aa7803adbc14d9027ec1785fc6e433b97e134e0f8fe61683b6b53
version: v1.63.0-noble@sha256:eff16c30e6f3f4af0a03fa4b706120d5e9b0891c344a27d64559aff5900a4a27
options: -v ${STORE_PATH}:${STORE_PATH}
run: |
npm install -g --force corepack
Expand Down
2 changes: 1 addition & 1 deletion e2e_docker.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env sh
set -eu

VERSION=v1.59.1-noble@sha256:b0ab6f3cb99aa7803adbc14d9027ec1785fc6e433b97e134e0f8fe61683b6b53
VERSION=v1.63.0-noble@sha256:eff16c30e6f3f4af0a03fa4b706120d5e9b0891c344a27d64559aff5900a4a27
STORE_PATH="$(pnpm store path --silent)"

mkdir -p .playwright
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"@axe-core/playwright": "4.13.0",
"@eslint/js": "9.39.5",
"@playwright/test": "1.59.1",
"@playwright/test": "1.63.0",
"@tailwindcss/vite": "4.3.3",
"@testing-library/jest-dom": "6.9.1",
"@trivago/prettier-plugin-sort-imports": "6.0.2",
Expand Down
54 changes: 22 additions & 32 deletions pnpm-lock.yaml

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

Loading