Skip to content

Commit 020c466

Browse files
committed
npm ci vs yarn install --frozen-lockfile
1 parent 76b6021 commit 020c466

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/playwright.yml

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

0 commit comments

Comments
 (0)