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 232d020 commit 776eec5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 776eec5

Please sign in to comment.