Skip to content

Commit 1b443c0

Browse files
committed
fix: Remove unnecessary environment variables
1 parent 9ddd1bf commit 1b443c0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ jobs:
2727

2828
- name: Install dependencies
2929
run: npm ci
30-
env:
31-
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true
32-
PUPPETEER_SKIP_DOWNLOAD: true
3330

3431
- name: Run build
3532
run: |

0 commit comments

Comments
 (0)