From 9106ba1a9b2daaab6aa9cfd4cd3bbe026398eb99 Mon Sep 17 00:00:00 2001 From: niushuai233 Date: Fri, 30 Dec 2022 15:10:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=99=8D=E4=BD=8Enode=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E4=B8=BA16.17.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index c794afc..a7144c8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -33,7 +33,7 @@ volumes: steps: # node install - name: node-package - image: niushuai233/node-cnpm:18.12.1 + image: niushuai233/node-cnpm:16.17.1 volumes: - name: node-cache path: /node_cache @@ -41,9 +41,7 @@ steps: path: /drone/src/node_modules commands: - echo 'node package start' - - pwd - ls -alh - - ls -alh node_modules # 打包 - npm config set registry https://registry.npm.taobao.org - npm config set cache /node_cache --global