set max-old-space-size
This commit is contained in:
@@ -31,9 +31,8 @@ jobs:
|
||||
with:
|
||||
node-version: 18
|
||||
cache: 'npm'
|
||||
- run: NODE_OPTIONS=--max-old-space-size=4096
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user