Skip to content

Commit fd90ed1

Browse files
committed
ci(node): Don't download Puppeteer
Signed-off-by: Joas Schilling <[email protected]>
1 parent 0765f8c commit fd90ed1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/node-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
run: npm i -g npm@"${{ needs.versions.outputs.npmVersion }}"
4646

4747
- name: Install dependencies
48+
env:
49+
CYPRESS_INSTALL_BINARY: 0
50+
PUPPETEER_SKIP_DOWNLOAD: true
4851
run: npm ci
4952

5053
- name: Test

0 commit comments

Comments
 (0)