Skip to content

Commit

Permalink
ci: don't install greater than npm 8
Browse files Browse the repository at this point in the history
  • Loading branch information
micalevisk committed Nov 13, 2022
1 parent 70ba868 commit 80a60cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -35,7 +35,7 @@ jobs:
- checkout
- run:
name: Update NPM version
command: 'sudo npm install -g npm@latest'
command: 'sudo npm install -g npm@^8'
- restore_cache:
key: dependency-cache-{{ checksum "package.json" }}
- run:
Expand Down

0 comments on commit 80a60cf

Please sign in to comment.