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:
- 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