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 1448ae2 commit 2533f10Copy full SHA for 2533f10
.github/workflows/test.yml
@@ -17,6 +17,8 @@ jobs:
17
uses: actions/checkout@v4
18
- name: Setup Node.js
19
uses: actions/setup-node@v4
20
+ env:
21
+ NODE_OPTIONS: --max_old_space_size=6144
22
with:
23
node-version: ${{ matrix.node-version }}
24
- name: Install pnpm
0 commit comments