use node 20
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Beatrice Dellacà 2025-03-09 01:31:22 +01:00
parent 12a0b2b1a3
commit 1c82e15d28

View File

@ -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