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 4293e30 commit e5bfa5a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1
jobs:
build:
machine:
image: ubuntu-2204:edge
image: ubuntu-2204:2024.01.1
steps:
- checkout
- run:
Expand Down Expand Up @@ -36,9 +36,6 @@ 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 e5bfa5a

Please sign in to comment.