Browse Source

Merge branch 'master' into lzm_web

# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
lzm_web
Linzm 8 months ago
parent
commit
8943b4c721
  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