fix: increase nodejs memory limit
This commit is contained in:
parent
ccd781b08f
commit
1ffe525c6e
|
@ -15,6 +15,8 @@ jobs:
|
|||
cache: 'npm'
|
||||
- run: npm ci
|
||||
- run: npm run build --if-present
|
||||
env:
|
||||
NODE_OPTIONS: "--max_old_space_size=4096"
|
||||
- name: Install SSH key
|
||||
uses: shimataro/ssh-key-action@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue