From 1c82e15d284bd92499a3f9b81781bb100ea84091 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Sun, 9 Mar 2025 01:31:22 +0100 Subject: [PATCH] use node 20 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index be50c1f..f86dd9c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -38,7 +38,7 @@ steps: # Update package lists and install dependencies for Node.js - apt-get update && apt-get install -y curl gnupg wget unzip # Install Node.js (e.g., version 18) using Nodesource setup script - - curl -fsSL https://deb.nodesource.com/setup_18.x | bash - + - curl -fsSL https://deb.nodesource.com/setup_20.x | bash - - apt-get install -y nodejs # Verify Node.js is installed - node -v