更新.gitlab-ci.yml文件

This commit is contained in:
Administrator
2025-04-02 03:29:26 +00:00
parent 3f2ebb38de
commit 7f09d8938e

View File

@@ -1,8 +1,5 @@
default:
image:
name: node:13.11.0
entrypoint: [""] # 清除镜像默认入口点
user: root # 显式指定用户
image: node:13.11.0 # 显式指定用户
before_script:
- echo '====== 准备构建中 ========='
- ln -sf /srv/node-v13.11.0-linux-x64/bin/node /bin/node # 创建软链接到 bin 目录