From 9361109347870591f0098128d31806cc37a8fd1f Mon Sep 17 00:00:00 2001 From: samuel-p Date: Sun, 30 May 2021 01:51:04 +0200 Subject: [PATCH] fixed build --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 9c3d877..ea5ab49 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ name: default steps: - name: build - image: node + image: node:lts commands: - npm install - npm run build