From d88ae5f1c19196532f272e17816ffb28a6c1709e Mon Sep 17 00:00:00 2001 From: Noah Santschi-Cooney Date: Sun, 24 Jun 2018 02:04:54 +0100 Subject: [PATCH] Is ci not in alpine? --- .drone.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index d23abeb..028bff5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,6 @@ pipeline: matrix: NODE_VERSION: - - "10-alpine" - - "9-alpine" - - "8.11-alpine" - - "alpine" + - "10" + - "9e" + - "8.11"