From 765a7d88d7260767258a626c9d27aeaa9a050b61 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 07:07:50 +0000 Subject: [PATCH] chore(deps): update bahmutov/npm-install action to v1.8.35 --- .github/workflows/nodejs.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 80963cd74..a1ca3976f 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -19,7 +19,7 @@ jobs: - name: Upgrade npm run: npm i -g npm@9 # upgrade to 'latest' when Node.js v16 is dropped - name: Install dependencies - uses: bahmutov/npm-install@5e78a2c1fa3203b777a67764f15380aa7c80d015 # v1.8.34 + uses: bahmutov/npm-install@c46e3830503dcb831cf4aee3f26b4e6bce8cc9d2 # v1.8.35 with: install-command: npm ci --foreground-scripts - name: Test Suite diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6eae34577..655a1d7df 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: run: npm i -g npm@latest - name: Build Package if: ${{ steps.release.outputs.releases_created }} - uses: bahmutov/npm-install@5e78a2c1fa3203b777a67764f15380aa7c80d015 # v1.8.34 + uses: bahmutov/npm-install@c46e3830503dcb831cf4aee3f26b4e6bce8cc9d2 # v1.8.35 # Release Please has already incremented versions and published tags, so we just # need to publish all unpublished versions to NPM here