mirror of
https://github.com/koush/scrypted.git
synced 2026-09-17 17:20:39 +01:00
checkout: require node 18
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user