From 5d497bf357f1e7c381fbb46186857c23bef963c0 Mon Sep 17 00:00:00 2001 From: Bilal Qamar <59555732+BilalQamar95@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:07:39 +0500 Subject: [PATCH] refactor: updated node version for testing-js --- .github/scripts/testing-js.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/scripts/testing-js.sh b/.github/scripts/testing-js.sh index d49f63528..6ad455863 100755 --- a/.github/scripts/testing-js.sh +++ b/.github/scripts/testing-js.sh @@ -1,8 +1,8 @@ -if [[ $NODE == 18 ]] +if [[ $NODE == 20 ]] then - export NODE_VERSION=18.20.2 + export NODE_VERSION=20.15.1 else - export NODE_VERSION=16.14.0 + export NODE_VERSION=18.20.2 fi docker exec -t insights_testing bash -c "