node: update to 18.16.0

This commit is contained in:
Girish Ramakrishnan
2023-05-11 08:16:40 +02:00
parent e83bb0c639
commit c55152c0e1
2 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -36,8 +36,8 @@ if ! $(cd "${SOURCE_DIR}" && git diff --exit-code >/dev/null); then
exit 1
fi
if [[ "$(node --version)" != "v16.18.1" ]]; then
echo "This script requires node 16.18.1"
if [[ "$(node --version)" != "v18.16.0" ]]; then
echo "This script requires node 18.16.0"
exit 1
fi