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
|
- image: circleci/node:current-browsers
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
|
||||||
name: update-npm
|
|
||||||
command: 'sudo npm install -g npm@latest'
|
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
key: dependency-cache-{{ checksum "package.json" }}
|
key: dependency-cache-{{ checksum "package.json" }}
|
||||||
- run:
|
- run:
|
||||||
|
|||||||
Reference in New Issue
Block a user