From 98546f67d012c802108bd90d3c2d3bdd65db57f5 Mon Sep 17 00:00:00 2001 From: Gong <534592533@qq.com> Date: Mon, 4 Sep 2023 16:37:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A0=BC=E5=BC=8F-3?= 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 2b93fa8..9df48e9 100755 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,8 @@ name: test steps: - name: build - image: node:16 + image: node:16.17 + pull: if-not-exists commands: - npm install - node --version