mirror of
https://github.com/KevinMidboe/vue-js-modal.git
synced 2025-10-29 18:00:20 +00:00
Removed update-npm task
This commit is contained in:
@@ -8,9 +8,9 @@ jobs:
|
||||
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
name: update-npm
|
||||
command: 'sudo npm install -g npm@latest'
|
||||
# - run:
|
||||
# name: update-npm
|
||||
# command: 'sudo npm install -g npm@latest'
|
||||
- restore_cache:
|
||||
keys:
|
||||
- v1-dependencies-{{ checksum "package.json" }}
|
||||
|
||||
Reference in New Issue
Block a user