Skip to content

Commit c72d186

Browse files
committed
force
1 parent 6f72206 commit c72d186

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
@@ -152,7 +152,7 @@ workflows:
152152
post-checkout:
153153
- run:
154154
name: Install latest npm
155-
command: npm i -g npm@latest
155+
command: npm i -g npm@latest --force
156156
- run:
157157
name: Install deps for code coverage
158158
command: npm ci

0 commit comments

Comments
 (0)