diff --git a/.drone.yml b/.drone.yml index 1e22704..78a1226 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ steps: - name: build-package - image: node:16.20.0 + image: node:18.19.0 volumes: - name: cache path: /drone/src/node_modules @@ -28,11 +28,11 @@ steps: - export NODE_MODULES_PATH=`pwd`/node_modules - npm config set registry https://registry.npmmirror.com - set NODE_OPTIONS=--openssl-legacy-provider - - npm install + - npm install --legacy-peer-deps - npm install patch-package - npx patch-package # - npm info unplugin-icons -# - npm install unplugin-icons@latest + - npm install unplugin-icons@latest - npm list package-manager-detector # - npm install unplugin-icons@latest @antfu/install-pkg@latest package-manager-detector@latest - npm run build