diff --git a/.drone.yml b/.drone.yml index ca87879..76b65fc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,10 +4,10 @@ name: default steps: - name: prepare - image: node:12 + image: node:15-alpine commands: - npm install - name: build - image: node:12 + image: node:15-alpine commands: - npm run build