Skip to content

Commit

Permalink
fix: memory limitation
Browse files Browse the repository at this point in the history
  • Loading branch information
doouding committed Apr 22, 2024
1 parent e92b4d1 commit 6feea99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Run type check
run: pnpm build:packages && pnpm build:playground
env:
NODE_OPTIONS: --max-old-space-size=8192
NODE_OPTIONS: --max-old-space-size=6144

- name: Run ESLint
# ESLint will save the cache files on cwd by default,
Expand Down

0 comments on commit 6feea99

Please sign in to comment.