Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mshariq-nerd committed Feb 1, 2024
1 parent d47f3a4 commit 761df9c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions requirements-test
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,4 @@ requiredNodeVer="v18"
if [[ "$isNodeInstalled" = "" ]] || [[ "$(printf '%s\n' "$requiredNodeVer" "$currentNodeVer" | sort -V | head -n1)" != "$requiredNodeVer" ]]; then
curl -L https://deb.nodesource.com/setup_18.x | sudo -E bash -
sudo apt install -y nodejs
fi

echo "Node.js version: `node -v`"
fi

0 comments on commit 761df9c

Please sign in to comment.