From 5f6854ec9cfb1af6b8b37ac567e65dda1b975770 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 24 Apr 2022 14:22:34 +0000 Subject: [PATCH] Update dependency node to v18 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 608d589..ee03a83 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ platform: steps: - name: build front - image: node:17-alpine + image: node:18-alpine commands: - apk --no-cache add python2 build-base - npm install --network-timeout=100000 -- 2.47.1