Update .gitlab-ci.yml file
This commit is contained in:
parent
99f47525a6
commit
91bbd00b33
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user