Skip to content

Commit

Permalink
Issue #IQ-694 fix: Fix Linux Image Deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
rajnishdargan committed Mar 12, 2024
1 parent 776eec5 commit 4293e30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
- run:
name: Executing test cases
command: |
nvm install v14
nvm use 14
nvm alias default 14
node -v
npm run test-lib-ci
- run:
Expand Down

0 comments on commit 4293e30

Please sign in to comment.