try and set NODE_OPTIONS with more memory

This commit is contained in:
Jacob Overgaard
2023-03-21 16:02:13 +01:00
parent df9ac3ef36
commit 838a3ba877

View File

@@ -32,7 +32,7 @@ jobs:
node-version: 18
cache: 'npm'
- run: npm ci
- run: npm run build:libs
- run: NODE_OPTIONS=--max-old-space-size=4096 npm run build:libs
- uses: actions/upload-artifact@v3
with:
name: artifact