diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e9cc4e7..8e6e49f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,7 +27,7 @@ release: image: ubuntu:latest # Or any other basic image before_script: # Install Node.js v21.7.3 manually - - apt-get update && apt-get install -y curl + - apt-get update && apt-get install -y curl jq git - curl -fsSL https://deb.nodesource.com/setup_21.x | bash - - apt-get install -y nodejs - node -v # Verify the correct Node.js version