From 1190c4dfb0fa782cbe120078a5881c2aae1cd737 Mon Sep 17 00:00:00 2001 From: Gong <534592533@qq.com> Date: Mon, 4 Sep 2023 16:05:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A0=BC=E5=BC=8F-2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a25dc94..2b93fa8 100755 --- a/.drone.yml +++ b/.drone.yml @@ -4,9 +4,10 @@ name: test steps: - name: build - image: node:14 + image: node:16 commands: - npm install + - node --version - npm run build - name: deploy-push-images