From 3d9f22d50306d576b2bae1011f4c42f06b7ecfff Mon Sep 17 00:00:00 2001 From: dj <1042039504@qq.com> Date: Sat, 14 Jun 2025 15:26:40 +0800 Subject: [PATCH] test : ci/cd 2 --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 69279cc..cb50c05 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ steps: - name: build-package - image: node:18.20.0 + image: node:16.20.0 volumes: - name: cache path: /drone/src/node_modules @@ -30,7 +30,7 @@ steps: - set NODE_OPTIONS=--openssl-legacy-provider - npm install - npm list package-manager-detector - - npm install unplugin-icons@latest @antfu/install-pkg@latest package-manager-detector@latest +# - npm install unplugin-icons@latest @antfu/install-pkg@latest package-manager-detector@latest - npm run build - ls /app/build/$DRONE_REPO_NAME/ - echo $NODE_MODULES_PATH