aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r--.github/workflows/main.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 28bb13fb..b3aa0604 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -19,6 +19,8 @@ jobs:
cache: "yarn"
cache-dependency-path: "yarn.lock"
- name: Install deps
+ env:
+ PUPPETEER_SKIP_DOWNLOAD: true
run: yarn install --immutable
- name: Lint
run: yarn lint