diff --git a/.drone.yml b/.drone.yml index 5701cef..fb86f22 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,7 +1,7 @@ pipeline: build: - image: node:latest + image: node:13.12.0-alpine commands: npm install test: - image: node:latest + image: node:13.12.0-alpine commands: npm run test \ No newline at end of file