Skip to content

Commit 16b94d1

Browse files
nickvergessenbackportbot[bot]
authored andcommitted
ci(node): Don't download Puppeteer
Signed-off-by: Joas Schilling <coding@schilljs.com> [skip ci]
1 parent c04257b commit 16b94d1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/node-tests.yml

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

4444
- name: Install dependencies
45+
env:
46+
CYPRESS_INSTALL_BINARY: 0
47+
PUPPETEER_SKIP_DOWNLOAD: true
4548
run: npm ci
4649

4750
- name: Test

0 commit comments

Comments
 (0)