fet: enable pnpm
gitea/hedera-web/pipeline/pr-beta This commit looks good Details

This commit is contained in:
Javier Segarra 2025-02-10 09:18:57 +01:00
parent 36dd0abf9d
commit 9bb0652809
1 changed files with 3 additions and 1 deletions

View File

@ -24,7 +24,9 @@ RUN a2dissite 000-default
# NodeJs
RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \
&& apt-get install -y --no-install-recommends nodejs
&& apt-get install -y --no-install-recommends nodejs\
&& npm install -g corepack@0.31.0 \
&& corepack enable pnpm
# Hedera