Skip to content

Commit 27d843c

Browse files
chore: use npm v8
1 parent ef435fb commit 27d843c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
steps:
2222
- checkout
2323
- run:
24-
name: Update NPM version
25-
command: npm install -g npm@latest
24+
name: Use NPM v8
25+
command: npm install -g npm@^8
2626
- restore_cache:
2727
key: dependency-cache-{{ checksum "package.json" }}
2828
- run:

0 commit comments

Comments
 (0)