We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6b3c1b commit 1187f4dCopy full SHA for 1187f4d
.github/workflows/release.yml
@@ -15,6 +15,8 @@ jobs:
15
node-version: 16.x
16
- run: npm ci
17
- run: npm run build
18
+ env:
19
+ NODE_OPTIONS: --max_old_space_size=4096
20
- run: npm test
21
- run: npm run lint
22
- run: npm run cs-check
0 commit comments