Skip to content

Commit

Permalink
ci: ignore warnings ing build step
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-heimbuch committed Dec 21, 2023
1 parent 40037dc commit ffde515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Build
env:
NODE_APP_INSTANCE: podlovers
NODE_OPTIONS: --unhandled-rejections=none
NODE_OPTIONS: --unhandled-rejections=none --max-old-space-size=4096
run: npm run build
- name: Use Node.js
uses: actions/setup-node@v1
Expand Down

0 comments on commit ffde515

Please sign in to comment.