From a2738a2f7c1023b4c664dd1899ae1d5bc6736da9 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Fri, 10 Jul 2026 13:59:05 +0200 Subject: [PATCH] Update drone file to use node 24 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 5603198..eb6fef0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -37,7 +37,7 @@ steps: - build-base-image - name: build-assets - image: node:20 + image: node:24 pull: always commands: - yarn install