ci: Use a fixed version of NPM in the release process (no-changelog) (#4975)

ci: Use a fixed version of NPM in the release process
This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2022-12-21 16:52:10 +01:00
committed by GitHub
parent 25e9f0817a
commit d60a815a44
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ COPY .npmrc /usr/local/etc/npmrc
RUN \
apk add --update git graphicsmagick tini tzdata ca-certificates && \
npm install -g npm@latest full-icu && \
npm install -g npm@8.19.2 full-icu && \
rm -rf /var/cache/apk/* /root/.npm /tmp/* && \
# Install fonts
apk --no-cache add --virtual fonts msttcorefonts-installer fontconfig && \