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