From 96f2f7924a0404feef0fba853035a9d8e742be6b Mon Sep 17 00:00:00 2001 From: Markus Tacker Date: Fri, 13 Sep 2019 11:08:41 +0200 Subject: [PATCH] ci: disable npm update --- .github/workflows/semantic-release.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index b4d5961..e7196f1 100644 --- a/.github/workflows/semantic-release.yaml +++ b/.github/workflows/semantic-release.yaml @@ -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