From e91feda7c69f6a312cbcc377cd387bc785b9c743 Mon Sep 17 00:00:00 2001 From: Joe Bellus Date: Wed, 28 Sep 2022 09:59:06 -0400 Subject: [PATCH] Switched node image to node-latest --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f8543e4..ef1282d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ name: default steps: - name: build-ui - image: node:16.13-slim + image: node:latest-slim volumes: - name: temp path: /app