From e6516aa240161b82f5dce7baa147d17dcec98b04 Mon Sep 17 00:00:00 2001 From: clfreville2 Date: Tue, 16 Jan 2024 10:30:58 +0100 Subject: [PATCH] Update Node version in CI --- .drone.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3bf18b5..4f30a59 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,8 +2,7 @@ kind: pipeline steps: - name: build - image: node:20-alpine3.18 + image: node:20-alpine3.19 commands: - npm install - - npm install -g @angular/cli - - ng build \ No newline at end of file + - npm run build