fix: increase nodejs memory limit

This commit is contained in:
Derrick Hammer 2023-07-23 08:55:18 -04:00
parent ccd781b08f
commit 1ffe525c6e
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 2 additions and 0 deletions

View File

@ -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: