Browse Source

fix:修改node 镜像

zcuishan 3 months ago
parent
commit
cf958c6b28
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .drone.yml

+ 1 - 1
.drone.yml

@@ -7,7 +7,7 @@ node:
 
 steps:
  - name: yarn-install
-   image: node:18.16.1
+   image: gplane/pnpm:node18
    volumes:
      - name: modules-cache
        path: /drone/src/node_modules # 下载依赖的目录挂载出来,防止重复下载