set NODE_OPTIONS for all tasks

This commit is contained in:
Jacob Overgaard
2023-03-21 16:05:44 +01:00
parent 838a3ba877
commit e7161170f5

View File

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