diff --git a/.drone.yml b/.drone.yml index 76a2855..bb1552e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,5 +2,6 @@ pipeline: core: image: node commands: + - node --version && npm --version - npm install - npm test \ No newline at end of file