Untitled

 avatar
unknown
plain_text
10 months ago
169 B
5
Indexable
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"
Editor is loading...
Leave a Comment