We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a603e3f commit ccabc11Copy full SHA for ccabc11
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
node-version: 18
26
cache: 'pnpm'
27
28
- - run: pnpm install
+ - run: PUPPETEER_SKIP_DOWNLOAD=1 pnpm install
29
30
- name: Run unit tests
31
run: pnpm run test-unit
@@ -69,7 +69,7 @@ jobs:
69
70
71
72
73
74
- name: Run eslint
75
run: pnpm run lint
@@ -96,7 +96,7 @@ jobs:
96
97
98
99
100
- run: pnpm run size
101
102
# - name: Check build size
0 commit comments