Browse Source

fix: 升级lock文件

master
niushuai233 2 years ago
parent
commit
4c104208ba
  1. 3
      .drone.yml
  2. 23839
      package-lock.json
  3. 23041
      yarn.lock

3
.drone.yml

@ -33,7 +33,7 @@ volumes: @@ -33,7 +33,7 @@ volumes:
steps:
# node install
- name: node-package
image: node:16.17.0
image: node:18.12.1
volumes:
- name: node-cache
path: /node_cache
@ -45,6 +45,7 @@ steps: @@ -45,6 +45,7 @@ steps:
- ls -alh
- ls -alh node_modules
# 打包
- npm config set registry https://registry.npm.taobao.org
- npm config set cache /node_cache --global
- npm install
- npm run build

23839
package-lock.json generated

File diff suppressed because it is too large Load Diff

23041
yarn.lock

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save