From 70d72f4f128e81acbf092aa721c82947115c97d2 Mon Sep 17 00:00:00 2001 From: sthope Date: Sun, 5 Sep 2021 01:30:30 +0200 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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