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 1d1ac52 commit ed86e15Copy full SHA for ed86e15
1 file changed
.github/workflows/typecheck.yml
@@ -35,6 +35,8 @@ jobs:
35
36
- name: 🔎 Type check
37
run: pnpm run typecheck
38
+ env:
39
+ NODE_OPTIONS: --max-old-space-size=8192
40
41
- name: 🔎 Check exports
42
run: pnpm run check-exports
0 commit comments