Skip to content

Commit f578de8

Browse files
authored
Remove echo NODE_OPTIONS in FE deploy action
1 parent ef5476a commit f578de8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
branch_name: ${{ inputs.branch_name || 'v2-development' }}
1919
build_args: YARN_BUILD_COMMAND=build:staging
2020
additional_run_commands: |
21-
echo "NODE_OPTIONS=--max_old_space_size=8192" >> $GITHUB_ENV
2221
export NODE_OPTIONS=--max-old-space-size=8192
2322
secrets: inherit
2423
deploy:

0 commit comments

Comments
 (0)