We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdb3502 commit b92e438Copy full SHA for b92e438
.github/workflows/unit-test.yml
@@ -64,6 +64,7 @@ jobs:
64
runs-on: windows-latest
65
env:
66
NPM_CONFIG_UNSAFE_PERM: true
67
+ NODE_OPTIONS: --max-old-space-size=8192
68
steps:
69
- name: Checkout
70
uses: actions/checkout@v3
0 commit comments