mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 10:05:46 +00:00
chore: set node build memory
Signed-off-by: mertmit <mertmit99@gmail.com>
This commit is contained in:
2
.github/workflows/release-docker.yml
vendored
2
.github/workflows/release-docker.yml
vendored
@@ -101,7 +101,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"
|
||||
export NODE_OPTIONS="--max_old_space_size=8192"
|
||||
NOCODB_SDK_PKG_NAME=nocodb-sdk-daily
|
||||
targetEnv=${{ github.event.inputs.targetEnv || inputs.targetEnv }} targetVersion=${{ github.event.inputs.tag || inputs.tag }} node scripts/bumpNocodbSdkVersion.js &&
|
||||
pnpm --filter=${NOCODB_SDK_PKG_NAME} install --ignore-scripts --no-frozen-lockfile --ignore-workspace && pnpm --filter=${NOCODB_SDK_PKG_NAME} run build &&
|
||||
|
||||
Reference in New Issue
Block a user