Skip to content

Commit

Permalink
ci: disable npm update
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Sep 13, 2019
1 parent 71883d3 commit 96f2f79
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Install latest npm
run: sudo npm install -g npm@
run: |
sudo npm install -g npm@
npm config set update-notifier false
- name: Install dependencies
run: npm ci --no-audit
- name: Semantic release
Expand Down

0 comments on commit 96f2f79

Please sign in to comment.