From 1eb760f55f77e22828ad98e2c643ce517d97af9a Mon Sep 17 00:00:00 2001 From: Maxim Slipenko Date: Fri, 30 Sep 2022 16:17:08 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D1=8F=D0=B5=D1=82=20.drone.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index d93b8c6..6456854 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,7 +32,7 @@ steps: - ./site/node_modules - name: build - image: node:14-alpine + image: node:16-alpine commands: - cd site - npm install @@ -108,7 +108,7 @@ steps: - ./site/node_modules - name: build - image: node:14-alpine + image: node:16-alpine commands: - cd site - npm install