diff --git a/.drone.yml b/.drone.yml index f806fef..212d8c0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ name: default steps: - name: test - image: node:alpine + image: node commands: - npm install - npm test