diff --git a/.github/workflows/analyze.yml b/.github/workflows/analyze.yml index b82891165..ea9f6b573 100644 --- a/.github/workflows/analyze.yml +++ b/.github/workflows/analyze.yml @@ -19,7 +19,7 @@ jobs: node-version: "14.x" - name: Install dependencies - uses: bahmutov/npm-install@v1.6.0 + uses: bahmutov/npm-install@v1.7.10 with: working-directory: 'beta' diff --git a/.github/workflows/beta_site_lint.yml b/.github/workflows/beta_site_lint.yml index 28b9d8da8..a9cacd7f0 100644 --- a/.github/workflows/beta_site_lint.yml +++ b/.github/workflows/beta_site_lint.yml @@ -21,7 +21,7 @@ jobs: node-version: 12.x - name: Install deps and build (with cache) - uses: bahmutov/npm-install@v1.6.0 + uses: bahmutov/npm-install@v1.7.10 with: working-directory: 'beta' diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index a74102e24..eed7b3d94 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -21,7 +21,7 @@ jobs: node-version: 12.x - name: Install deps and build (with cache) - uses: bahmutov/npm-install@v1.6.0 + uses: bahmutov/npm-install@v1.7.10 - name: Lint codebase run: yarn ci-check