Browse Source

change node to 22.16.0

lzm_web
devops 8 months ago
parent
commit
54a75029f1
  1. 4
      .drone.yml

4
.drone.yml

@ -24,7 +24,7 @@ clone:
steps: steps:
- name: yarn build prod - name: yarn build prod
image: node:20.11.1 image: node:22.16.0
volumes: volumes:
- name: data - name: data
path: /data path: /data
@ -48,7 +48,7 @@ steps:
- sruid - sruid
- name: yarn build test - name: yarn build test
image: node:20.11.1 image: node:22.16.0
environment: environment:
HTTP_PROXY: HTTP_PROXY:
from_secret: http_proxy from_secret: http_proxy

Loading…
Cancel
Save