chore: fixing max old space

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-12-21 11:45:23 +01:00
parent 47f71e2918
commit 49308859dc
+2
View File
@@ -8,6 +8,8 @@ on:
jobs:
build-backstage:
env:
NODE_OPTIONS: --max-old-space-size=4096
name: Build PR image
runs-on: ubuntu-latest
if: ${{ github.event_name != 'pull_request' || github.event.action != 'closed' }}