From 455545482f8f9b2075654be184e8c084aeeedb41 Mon Sep 17 00:00:00 2001 From: Simon C Date: Tue, 30 Apr 2024 00:03:01 +0200 Subject: [PATCH] feat: Upgrade node on ci --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index ae2628d..0dd9be3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -77,7 +77,7 @@ name: prod steps: - name: install npm - image: node:current-alpine + image: node:20.12.2-alpine volumes: - name: node_modules path: /drone/src/node_modules @@ -123,7 +123,7 @@ name: staging steps: - name: install npm - image: node:current-alpine + image: node:20.12.2-alpine volumes: - name: node_modules path: /drone/src/node_modules @@ -169,7 +169,7 @@ name: test steps: - name: install npm - image: node:current-alpine + image: node:20.12.2-alpine volumes: - name: node_modules path: /drone/src/node_modules @@ -215,7 +215,7 @@ name: DMH steps: - name: install npm - image: node:current-alpine + image: node:20.12.2-alpine volumes: - name: node_modules path: /drone/src/node_modules @@ -261,7 +261,7 @@ name: FOURCHE steps: - name: install npm - image: node:current-alpine + image: node:20.12.2-alpine volumes: - name: node_modules path: /drone/src/node_modules