Skip to content

Commit 3566471

Browse files
committed
Remove unused command
1 parent b055cb8 commit 3566471

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.circleci/config.yml

-7
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,6 @@ commands:
6262
name: Install pnpm
6363
command: sudo npm install -g pnpm
6464

65-
update-npm:
66-
steps:
67-
- run:
68-
name: Update globally available npm to the latest version
69-
# Note: We need npm >= 8.3 which supports 'overrides' in package.json
70-
command: sudo npm update npm --location=global
71-
7265
install-dependencies:
7366
parameters:
7467
cache-id:

0 commit comments

Comments
 (0)