Skip to content

Commit d3a025c

Browse files
committed
ci: don't install greater than npm 8
1 parent bf17cd0 commit d3a025c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- checkout
3636
- run:
3737
name: Update NPM version
38-
command: 'sudo npm install -g npm@latest'
38+
command: 'sudo npm install -g npm@^8'
3939
- restore_cache:
4040
key: dependency-cache-{{ checksum "package.json" }}
4141
- run:

0 commit comments

Comments
 (0)