Update .gitlab-ci.yml file

This commit is contained in:
WinterMyst 2024-09-22 14:59:31 +00:00
parent 99f47525a6
commit 91bbd00b33

View File

@ -27,7 +27,7 @@ release:
image: ubuntu:latest # Or any other basic image image: ubuntu:latest # Or any other basic image
before_script: before_script:
# Install Node.js v21.7.3 manually # 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 - - curl -fsSL https://deb.nodesource.com/setup_21.x | bash -
- apt-get install -y nodejs - apt-get install -y nodejs
- node -v # Verify the correct Node.js version - node -v # Verify the correct Node.js version