From a25f5565d0822ac6c2166225eb69ef6bcb0a867c Mon Sep 17 00:00:00 2001 From: samuel-p Date: Sat, 18 Jul 2020 01:34:31 +0200 Subject: [PATCH] updated .drone.yml --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 6b6a4f7..21e95b0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ platform: steps: - name: build - image: node:alpine + image: node commands: - npm install - npm run build