We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38b340e commit 16d35d3Copy full SHA for 16d35d3
.github/workflows/NodeCI.yml
@@ -65,7 +65,9 @@ jobs:
65
- name: Install Packages
66
run: pnpm install
67
- name: Build eslint-plugin-svelte
68
- run: pnpm build
+ run: |
69
+ export NODE_OPTIONS="--max-old-space-size=8192"
70
+ pnpm build
71
working-directory: ${{ env.project_root_path }}
72
# Hack: Install `eslint-plugin-svelte` is necessary for `packages/eslint-plugin-svelte/tests/src/configs` tests.
73
- name: Install eslint-plugin-svelte
0 commit comments