From a6cf77e98fef9f104f2c1dd44689432b164864dd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 18 Oct 2022 22:13:59 +0000 Subject: [PATCH] Update node Docker tag to v19 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index b48481a..4c4d63f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ platform: steps: - name: build front - image: node:18-alpine3.15 + image: node:19-alpine3.15 commands: - apk --no-cache add python2 build-base - npm install --network-timeout=100000 -- 2.45.2