chore: update playwright to version 1.56.0 in configuration files

This commit is contained in:
Jason Cameron
2025-11-14 16:38:28 -08:00
parent 68fcc0c44f
commit 71bb9803ac
5 changed files with 15 additions and 15 deletions

View File

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