We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9218275 commit a6c0ac0Copy full SHA for a6c0ac0
.github/workflows/playwright.yml
@@ -22,8 +22,8 @@ jobs:
22
- uses: actions/setup-node@v4
23
- name: Install dependencies
24
run: |
25
- # yarn v1
26
- yarn install --frozen-lockfile
+ # npm install
+ npm ci
27
- name: Fix Ubuntu 24.04 issue https://github.com/electron/electron/issues/17972
28
29
file=node_modules/electron/dist/chrome-sandbox
0 commit comments