Parcourir la source

fix: ci error

jinmao88 il y a 2 ans
Parent
commit
c999abb236
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      .github/workflows/deploy.yml

+ 2 - 0
.github/workflows/deploy.yml

@@ -97,6 +97,8 @@ jobs:
           git config --global user.name "vbenAdmin"
 
       - name: Build
+        env:
+          NODE_OPTIONS: "--max_old_space_size=4096"
         run: |
           yarn install
           yarn run build