Skip to content

Commit

Permalink
💚 increase memory in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ci7lus committed Oct 22, 2021
1 parent d037999 commit 79e4ff9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ jobs:
- name: Build
run: |
yarn build
env:
NODE_OPTIONS: "--max-old-space-size=4096"
- name: Upload dist
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 79e4ff9

Please sign in to comment.