Skip to content

Commit ef5476a

Browse files
authored
Remove deprecated NODE_OPTIONS in UI deploy
1 parent 12323f8 commit ef5476a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ui-dev-deploy.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ jobs:
1616
dockerfile_name: Dockerfile.ui
1717
docker_tag: dev-latest
1818
branch_name: ${{ inputs.branch_name || 'v2-development' }}
19-
additional_run_commands: |
20-
echo "NODE_OPTIONS=--max_old_space_size=8192" >> $GITHUB_ENV
21-
export NODE_OPTIONS=--max-old-space-size=8192
2219
secrets: inherit
2320
deploy:
2421
needs: [build-and-push]

0 commit comments

Comments
 (0)