We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 347cbcc commit 8d8a3eeCopy full SHA for 8d8a3ee
1 file changed
.github/workflows/ci.yml
@@ -154,6 +154,7 @@ jobs:
154
run: pnpm build:test
155
env:
156
VALIDATE_HTML: true
157
+ NODE_OPTIONS: --max-old-space-size=6144
158
159
- name: 🖥️ Test project (browser)
160
run: pnpm test:browser:prebuilt
@@ -182,6 +183,8 @@ jobs:
182
183
184
- name: 🏗️ Build project
185
186
+ env:
187
188
189
- name: ♿ Accessibility audit (Lighthouse - ${{ matrix.mode }} mode)
190
run: pnpm test:a11y:prebuilt
0 commit comments