Skip to content

Commit f282044

Browse files
committed
add env
1 parent 38b340e commit f282044

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/NodeCI.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ jobs:
7676
run: pnpm install -D -w eslint@${{ matrix.eslint }}
7777

7878
- name: Test
79-
run: pnpm test
79+
run: |
80+
export NODE_OPTIONS="--max-old-space-size=8192"
81+
pnpm test
8082
working-directory: ${{ env.project_root_path }}
8183

8284
test-for-svelte-v4:

0 commit comments

Comments
 (0)