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