fet: enable pnpm
gitea/hedera-web/pipeline/pr-beta This commit looks good
Details
gitea/hedera-web/pipeline/pr-beta This commit looks good
Details
This commit is contained in:
parent
36dd0abf9d
commit
9bb0652809
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue