mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2025-12-15 18:46:31 +00:00
add NODE_OPTIONS
This commit is contained in:
parent
1c2ad36d4d
commit
d1d4183481
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ LABEL version="1.1.0" \
|
|||
com.github.actions.icon="check" \
|
||||
com.github.actions.color="green"
|
||||
|
||||
ENV NODE_OPTIONS '--max-old-space-size=7224'
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue