Untitled

 avatar
unknown
plain_text
a year ago
169 B
7
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