diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 938e3597..b63f7e73 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -6,10 +6,8 @@ platform: os: linux arch: amd64 steps: -- name: 编译构建 - image: python:2 - name: Node编译 - image: node:6 + image: node:12 commands: - npm config set registry https://registry.npm.taobao.org - npm install