Skip to content

Commit

Permalink
add env
Browse files Browse the repository at this point in the history
  • Loading branch information
baseballyama committed Jun 23, 2024
1 parent 38b340e commit 16d35d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/NodeCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ jobs:
- name: Install Packages
run: pnpm install
- name: Build eslint-plugin-svelte
run: pnpm build
run: |
export NODE_OPTIONS="--max-old-space-size=8192"
pnpm build
working-directory: ${{ env.project_root_path }}
# Hack: Install `eslint-plugin-svelte` is necessary for `packages/eslint-plugin-svelte/tests/src/configs` tests.
- name: Install eslint-plugin-svelte
Expand Down

0 comments on commit 16d35d3

Please sign in to comment.