chore: bump Playwright dev dependency to version 1.56.0

This commit is contained in:
Jason Cameron
2025-11-14 16:53:47 -08:00
parent d8c2ef9801
commit 7882bdd656
2 changed files with 3 additions and 2 deletions

View File

@@ -46,8 +46,8 @@ jobs:
- name: install playwright browsers
run: |
npx --no-install playwright@1.56.0 install --with-deps
npx --no-install playwright@1.56.0 run-server --port 9001 &
npx playwright@1.56.0 install --with-deps
npx playwright@1.56.0 run-server --port 9001 &
- name: Build
run: npm run build