Remove npm-update from CircleCI (#778)
It started failing 2 months ago and shouldn't be needed at all.
This commit is contained in:
@@ -6,9 +6,6 @@ jobs:
|
||||
- image: circleci/node:current-browsers
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
name: update-npm
|
||||
command: 'sudo npm install -g npm@latest'
|
||||
- restore_cache:
|
||||
key: dependency-cache-{{ checksum "package.json" }}
|
||||
- run:
|
||||
|
||||
Reference in New Issue
Block a user