Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit 4c1b1b2

Browse files
committed
ci: fix playwright version installation
1 parent 52e2bd0 commit 4c1b1b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Install specific Playwright version
6161
if: ${{ !(matrix.node == '16' && matrix.playwright == '1.1.0') }}
6262
run: |
63-
yarn add -D ${{ matrix.playwright }}
63+
yarn add -D playwright@${{ matrix.playwright }}
6464
yarn why playwright
6565
6666
- name: Build

0 commit comments

Comments
 (0)