change drone.yml image
This commit is contained in:
parent
c7a75bb2ec
commit
538dfa378e
@ -4,10 +4,10 @@ name: default
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: nodejs:18
|
image: node:18-alpine
|
||||||
commands:
|
commands:
|
||||||
- npm run lint
|
- npm run lint
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: nodejs:18
|
image: node:18-alpine
|
||||||
commands:
|
commands:
|
||||||
- npm run start
|
- npm run start
|
||||||
|
Reference in New Issue
Block a user