1
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Hiiragi
2024-02-25 01:01:33 +08:00
parent ed3836df6c
commit e18a8a57f8

View File

@ -63,7 +63,7 @@ RUN echo "安装基础工具与配置文件" && \
brew update && \
# 安装 n node 管理器
brew install n && \
export N_NODE_MIRROR=https://registry.npmmirror.com/node && \
export N_NODE_MIRROR=https://npmmirror.com/mirrors/node/ && \
n 18.15.0 && \
# 安装 nrm
npm install -g nrm --registry=http://registry.npmmirror.com && \