feat: Upgrade node on ci
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
2de488f3bf
commit
455545482f
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
|
||||
|
|
Loading…
Reference in New Issue