Skip to content

Commit

Permalink
ci: update npm version to ^8
Browse files Browse the repository at this point in the history
  • Loading branch information
39hn committed Nov 17, 2022
1 parent 644c5e8 commit 1e361e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
- checkout
- run:
name: Update NPM version
command: npm install -g npm@latest
command: npm install -g npm@^8
- restore_cache:
key: dependency-cache-{{ checksum "package.json" }}
- run:
Expand Down

0 comments on commit 1e361e7

Please sign in to comment.