Skip to content

Commit 7f9d11d

Browse files
committed
buid test without yarn
1 parent 1c695ce commit 7f9d11d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/playwright.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
- uses: actions/setup-node@v4
2323
- name: Install dependencies
2424
run: |
25-
# yarn v1
26-
yarn install --frozen-lockfile
25+
# npm install
26+
npm ci
2727
- name: Fix Ubuntu 24.04 issue https://github.com/electron/electron/issues/17972
2828
run: |
2929
file=node_modules/electron/dist/chrome-sandbox

0 commit comments

Comments
 (0)