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

Loading…
Cancel
Save