This commit is contained in:
10
.drone.yml
10
.drone.yml
@ -77,7 +77,7 @@ name: prod
|
||||
|
||||
steps:
|
||||
- name: install npm
|
||||
image: node:current-alpine
|
||||
image: node:20.12.2-alpine
|
||||
volumes:
|
||||
- name: node_modules
|
||||
path: /drone/src/node_modules
|
||||
@ -123,7 +123,7 @@ name: staging
|
||||
|
||||
steps:
|
||||
- name: install npm
|
||||
image: node:current-alpine
|
||||
image: node:20.12.2-alpine
|
||||
volumes:
|
||||
- name: node_modules
|
||||
path: /drone/src/node_modules
|
||||
@ -169,7 +169,7 @@ name: test
|
||||
|
||||
steps:
|
||||
- name: install npm
|
||||
image: node:current-alpine
|
||||
image: node:20.12.2-alpine
|
||||
volumes:
|
||||
- name: node_modules
|
||||
path: /drone/src/node_modules
|
||||
@ -215,7 +215,7 @@ name: DMH
|
||||
|
||||
steps:
|
||||
- name: install npm
|
||||
image: node:current-alpine
|
||||
image: node:20.12.2-alpine
|
||||
volumes:
|
||||
- name: node_modules
|
||||
path: /drone/src/node_modules
|
||||
@ -261,7 +261,7 @@ name: FOURCHE
|
||||
|
||||
steps:
|
||||
- name: install npm
|
||||
image: node:current-alpine
|
||||
image: node:20.12.2-alpine
|
||||
volumes:
|
||||
- name: node_modules
|
||||
path: /drone/src/node_modules
|
||||
|
Reference in New Issue
Block a user