aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/go.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index a745f9a..03fc9d2 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -68,8 +68,8 @@ jobs:
- name: install playwright browsers
run: |
- npx --yes playwright@1.50.1 install --with-deps
- npx --yes playwright@1.50.1 run-server --port 9001 &
+ npx --yes playwright@1.51.1 install --with-deps
+ npx --yes playwright@1.51.1 run-server --port 9001 &
- name: install node deps
run: |