From 5da384f036a95f0ef5ff9736e31f63f8f71fa9cb Mon Sep 17 00:00:00 2001 From: franktrue Date: Wed, 7 Jun 2023 17:03:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=83=A8=E7=BD=B2=E9=95=9C?= =?UTF-8?q?=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 94b4b63..ac16658 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,7 @@ workspace: steps: - name: build - image: node:16.15.0-slim + image: node:16.20.0 commands: - yarn --registry=https://registry.npmmirror.com - yarn build:prod