Skip to content

Commit

Permalink
Issue #IQ-687 feat: fix circle-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rajnishdargan committed Mar 15, 2024
1 parent a9ac6a9 commit 8630812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
command: node -v
- run:
name: Installing angular cli
command: 'npm install -g @angular/cli@15 --no-progress'
command: 'npm install -g @angular/cli@16 --no-progress'
- restore_cache:
keys:
- node_modules_cache_{{ checksum "package-lock.json" }}
Expand Down

0 comments on commit 8630812

Please sign in to comment.