quiet npm version warning (#331)

This commit is contained in:
2023-04-14 21:09:22 -06:00
committed by GitHub
parent d464c1c547
commit 2eb93d0933
3 changed files with 7 additions and 0 deletions
@@ -12,6 +12,8 @@ ARG CERC_NPM_AUTH_TOKEN
# Add NPM global to PATH.
ENV PATH=${NPM_GLOBAL}/bin:${PATH}
# Prevents npm from printing version warnings
ENV NPM_CONFIG_UPDATE_NOTIFIER=false
RUN \
# Configure global npm install location, use group to adapt to UID/GID changes