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