diff --git a/.github/actions/prepare/action.yml b/.github/actions/prepare/action.yml index 00e466e..f3621ac 100644 --- a/.github/actions/prepare/action.yml +++ b/.github/actions/prepare/action.yml @@ -8,7 +8,7 @@ runs: with: node-version: '22' - name: Install dependencies - uses: bahmutov/npm-install@438a933ce1059e4e2b39e3d2a42c5067070dd444 # v1.10.4 + uses: bahmutov/npm-install@ec9e87262db2a1be2ca3ceb2d506c413a220542c # v1.10.5 with: install-command: npm ci --foreground-scripts using: composite diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c6171e5..1c69f67 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: - name: Install if: ${{ steps.release.outputs.release_created }} - uses: bahmutov/npm-install@438a933ce1059e4e2b39e3d2a42c5067070dd444 # v1.10.4 + uses: bahmutov/npm-install@ec9e87262db2a1be2ca3ceb2d506c413a220542c # v1.10.5 - name: Build if: ${{ steps.release.outputs.release_created }}