change drone.yml image

This commit is contained in:
Liam 2022-10-26 11:19:26 +01:00
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