Skip to content

Commit 889a4ca

Browse files
committed
deps: upgrade the node version to 16
the reasoning for choosing the node 16 is because it supports angular version 13, 14 and 15. We have angular 13 in the pacific Signed-off-by: Nizamudeen A <nia@redhat.com>
1 parent 7736c2d commit 889a4ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/dashboard/install-e2e-test-deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [[ ! $(arch) =~ (i386|x86_64|amd64) ]]; then
77
fi
88

99
if grep -q debian /etc/*-release; then
10-
NODEJS_MAJOR_VERSION=14
10+
NODEJS_MAJOR_VERSION=16
1111
DISTRO="$(lsb_release -cs)"
1212
if [[ ! $(command -v node) || $(node --version | grep -oE "v([0-9])+" | cut -c 2-) < ${NODEJS_MAJOR_VERSION} ]]; then
1313
sudo apt-get purge nodejs -y

0 commit comments

Comments
 (0)