Skip to content

Commit

Permalink
Revert memory param
Browse files Browse the repository at this point in the history
  • Loading branch information
simensma-fresh committed Jul 24, 2023
1 parent b2f873b commit 283ba22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/core-web.unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: build-core-web
run: |
NODE_OPTIONS=--max-old-space-size=6072 yarn workspace @mds/core-web build
NODE_OPTIONS=--max-old-space-size=8072 yarn workspace @mds/core-web build
- name: start-core-web
run: yarn workspace @mds/core-web run http-server-spa build /index.html 3000 &
Expand Down

0 comments on commit 283ba22

Please sign in to comment.