Skip to content

Commit

Permalink
refactor: updated node version for testing-js
Browse files Browse the repository at this point in the history
  • Loading branch information
BilalQamar95 committed Oct 2, 2024
1 parent b85d445 commit 5d497bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/scripts/testing-js.sh
Original file line number Diff line number Diff line change
@@ -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 "
Expand Down

0 comments on commit 5d497bf

Please sign in to comment.