From 776eec5c043a42460001d32aaae2ecfbd907fc13 Mon Sep 17 00:00:00 2001 From: Rajnish Dargan Date: Tue, 12 Mar 2024 16:00:37 +0530 Subject: [PATCH] Issue #IQ-694 fix: Fix Linux Image Deprecations --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 170805a8..5af6623d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -35,7 +35,9 @@ jobs: - node_modules - run: name: Executing test cases - command: npm run test-lib-ci + command: | + node -v + npm run test-lib-ci - run: name: Install Node.js v16 with build in nvm tool command: |