From fb28aa1b55767bbe7f8949b9524f24d00ec4868f Mon Sep 17 00:00:00 2001 From: Mickael Kerjean Date: Mon, 8 Nov 2021 23:58:03 +1100 Subject: [PATCH] fix (ci): broken ci --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 0d5b98ef..cb7baa50 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,7 +20,7 @@ steps: - cp config/config.json ./filestash/data/state/config/ - name: build_frontend - image: node:12-alpine + image: node:13-alpine depends_on: [ build_prepare ] commands: - apk add make git > /dev/null