Remove npm-update from CircleCI (#778)

It started failing 2 months ago and shouldn't be needed at all.
This commit is contained in:
Henrik Ingo
2021-01-03 20:31:27 +02:00
committed by GitHub
parent d0c427f172
commit dcc8446788

View File

@@ -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: