Skip to content

Commit

Permalink
chore: use npm v8
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Dec 27, 2022
1 parent ef435fb commit 27d843c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -21,8 +21,8 @@ jobs:
steps:
- checkout
- run:
name: Update NPM version
command: npm install -g npm@latest
name: Use NPM v8
command: npm install -g npm@^8
- restore_cache:
key: dependency-cache-{{ checksum "package.json" }}
- run:
Expand Down

0 comments on commit 27d843c

Please sign in to comment.