checkout: require node 18

This commit is contained in:
Koushik Dutta
2023-01-02 21:51:04 -08:00
parent 626d100ec3
commit 2d56cc910e

View File

@@ -1,3 +1,9 @@
echo 'if (!process.version.startsWith("v18")) throw new Error("node 18 required")' | node
if [ "$?" != 0 ]
then
exit
fi
echo ######################################
echo "Setting up popular plugins."
echo "Additional will need npm install manually."