This commit is contained in:
parent
12a0b2b1a3
commit
1c82e15d28
@ -38,7 +38,7 @@ steps:
|
|||||||
# Update package lists and install dependencies for Node.js
|
# Update package lists and install dependencies for Node.js
|
||||||
- apt-get update && apt-get install -y curl gnupg wget unzip
|
- apt-get update && apt-get install -y curl gnupg wget unzip
|
||||||
# Install Node.js (e.g., version 18) using Nodesource setup script
|
# 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
|
- apt-get install -y nodejs
|
||||||
# Verify Node.js is installed
|
# Verify Node.js is installed
|
||||||
- node -v
|
- node -v
|
||||||
|
Loading…
x
Reference in New Issue
Block a user