mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-11 02:58:49 +00:00
chore: bump Playwright dev dependency to version 1.56.0
This commit is contained in:
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user