Skip to content

Commit

Permalink
feat: add more memory to GH action runner (decentraland#1346)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmahidalgo authored Jan 24, 2023
1 parent e82fa4d commit b2be89c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
- name: Install
run: npm ci --legacy-peer-deps
- name: Build
env:
NODE_OPTIONS: "--max_old_space_size=4096"
run: npm run build
- name: Publish
uses: menduz/oddish-action@master
Expand Down

0 comments on commit b2be89c

Please sign in to comment.