From 20d9dfeddf2cef1262c0e6ed3105b4090e6f3f60 Mon Sep 17 00:00:00 2001 From: Maxence LANONE Date: Fri, 10 Mar 2023 20:29:26 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ea55252..847789f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ trigger: steps: - name: build - image: node + image: node:alpine commands: - npm run build