From 25131a2d4ba207663b9950f7fdc57288de386d2e Mon Sep 17 00:00:00 2001 From: Fabian Stamm Date: Thu, 17 May 2018 13:50:23 +0200 Subject: [PATCH] adding version output to drone --- .drone.yml | 1 + 1 file changed, 1 insertion(+) 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