Untitled

mail@pastecode.io avatar
unknown
plain_text
19 days ago
169 B
2
Indexable
Never
PROJECT_TYPE="node - 10"

# Extract the Node.js version
NODE_VERSION=$(echo $PROJECT_TYPE | grep -oP '(?<=node - )\d+')

echo "Extracted Node.js version: $NODE_VERSION"
Leave a Comment