diff --git a/.drone.yml b/.drone.yml index da0611f..f1b20d0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,5 +13,5 @@ steps: - name: run image: node:14 commands: - - npm install semver axios + - npm install axios - node script.js