From 53aaf90aa2cef9d5a69106b2d9f0a82db7840094 Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Fri, 5 Jan 2024 10:50:34 +0100 Subject: [PATCH] Use node 21 --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1c75db3..b43b63b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,9 +9,8 @@ platform: steps: - name: build front - image: node:19-alpine3.15 + image: node:21-alpine commands: - - apk --no-cache add python2 build-base - npm install --network-timeout=100000 - npm run build