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 ac34d48 commit 118d424Copy full SHA for 118d424
.github/workflows/test.yml
@@ -9,7 +9,7 @@ jobs:
9
test:
10
runs-on: ubuntu-latest
11
env:
12
- NODE_OPTIONS: "--max_old_space_size=4096"
+ NODE_OPTIONS: "--max-old-space-size=4096"
13
strategy:
14
matrix:
15
# https://nodejs.org/en/about/previous-releases
0 commit comments