From 88243a02f16c40aa2e151a66cea8825787c9f9d0 Mon Sep 17 00:00:00 2001 From: lixin Date: Fri, 10 Jan 2025 14:02:17 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E7=A7=BB=E9=99=A4=20Node.js=2018=20?= =?UTF-8?q?=E5=AE=89=E8=A3=85=E6=AD=A5=E9=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 删除了 setup-nodejs 步骤,该步骤安装 Node.js 18 - 保留了 docker-build 步骤 --- .drone.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 03427cc..75290b4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,10 +9,7 @@ steps: - git clone http://120.48.5.80:3000/lixin/automated_api.git - cd automated_api - # 安装 Node.js 18 并设置镜像源(这里以淘宝镜像为例,可按需调整) -- name: setup-nodejs - image: node:18 - + - name: docker-build image: plugins/docker settings: