Skip to content

Commit

Permalink
Pin npm to 9.2.0 based on Tom's suggestion as a fix for build issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhirajshettymoj committed Jan 16, 2023
1 parent 753d76b commit e1df74a
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 @@ -32,7 +32,7 @@ jobs:
- checkout
- run:
name: Update npm
command: 'npm install -g npm@latest'
command: 'npm install -g npm@9.2.0'
- restore_cache:
key: dependency-cache-{{ checksum "package-lock.json" }}
- run:
Expand Down

0 comments on commit e1df74a

Please sign in to comment.