Skip to content

Commit 16d35d3

Browse files
committed
add env
1 parent 38b340e commit 16d35d3

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
@@ -65,7 +65,9 @@ jobs:
6565
- name: Install Packages
6666
run: pnpm install
6767
- name: Build eslint-plugin-svelte
68-
run: pnpm build
68+
run: |
69+
export NODE_OPTIONS="--max-old-space-size=8192"
70+
pnpm build
6971
working-directory: ${{ env.project_root_path }}
7072
# Hack: Install `eslint-plugin-svelte` is necessary for `packages/eslint-plugin-svelte/tests/src/configs` tests.
7173
- name: Install eslint-plugin-svelte

0 commit comments

Comments
 (0)