mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-27 06:15:46 +00:00
fix(workflow): increase max_old_space_size
This commit is contained in:
1
.github/workflows/release-docker.yml
vendored
1
.github/workflows/release-docker.yml
vendored
@@ -79,6 +79,7 @@ jobs:
|
||||
- name: upgrade packages for nightly build or pr build
|
||||
if: ${{ github.event.inputs.targetEnv == 'DEV' || inputs.targetEnv == 'DEV' }}
|
||||
run: |
|
||||
export NODE_OPTIONS="--max_old_space_size=16384"
|
||||
targetEnv=${{ github.event.inputs.targetEnv || inputs.targetEnv }} targetVersion=${{ github.event.inputs.tag || inputs.tag }} node scripts/bumpNocodbSdkVersion.js
|
||||
cd packages/nocodb-sdk
|
||||
npm install && npm run build
|
||||
|
||||
Reference in New Issue
Block a user