Skip to content

Commit

Permalink
fixup! increase memory limit
Browse files Browse the repository at this point in the history
  • Loading branch information
legendecas committed Dec 28, 2021
1 parent da9ae43 commit fb01d9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ jobs:
if: ${{ matrix.package-group == '.' }}
run: |
npm run compile
npm run docs
NODE_OPTIONS=--max-old-space-size=4096 npm run docs:test
NODE_OPTIONS=--max-old-space-size=4096 npm run docs
npm run docs:test

0 comments on commit fb01d9d

Please sign in to comment.