1
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Hiiragi
2024-02-25 00:41:23 +08:00
parent e8ddb9316a
commit ed3836df6c

View File

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