fix(core): update
This commit is contained in:
parent
d7dd21bd69
commit
66699e8b07
@ -93,9 +93,9 @@ RUN bash -c "source $NVM_DIR/nvm.sh \
|
||||
&& nvm install $NODE_VERSION_STABLE \
|
||||
&& nvm alias default $NODE_VERSION_STABLE \
|
||||
&& nvm use default \
|
||||
&& curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm && pnpm upgrade -g && pnpm -v \
|
||||
&& pnpm config set unsafe-perm true \
|
||||
&& pnpm install -g agentkeepalive"
|
||||
&& curl -fsSL https://get.pnpm.io/install.sh | sh - \
|
||||
&& pnpm -v \
|
||||
&& pnpm config set unsafe-perm true"
|
||||
|
||||
ENV NODE_PATH $NVM_DIR/v$NODE_VERSION_STABLE/lib/node_modules
|
||||
ENV PATH $NVM_DIR/versions/node/v$NODE_VERSION_STABLE/bin:$PATH
|
||||
|
Loading…
Reference in New Issue
Block a user