Skip to content

Commit 4f7a007

Browse files
committed
revert NodeCI
1 parent f282044 commit 4f7a007

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: .github/workflows/NodeCI.yml

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

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

8482
test-for-svelte-v4:

0 commit comments

Comments
 (0)