diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dcd717ed..dbfbaecb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v2.3.4 - uses: actions/setup-node@v2.1.3 - - uses: bahmutov/npm-install@v1 + - uses: bahmutov/npm-install@v1.8.16 - name: If this step fails run 'yarn format' then commit again. run: | PACKAGE_MANAGER=npm @@ -41,7 +41,7 @@ jobs: - uses: actions/setup-node@v2.1.3 with: node-version: ${{ matrix.node }} - - uses: bahmutov/npm-install@v1 + - uses: bahmutov/npm-install@v1.8.16 - if: steps.step1.outputs.npm_or_yarn == 'yarn' run: | yarn build @@ -123,7 +123,7 @@ jobs: with: node-version: '15' registry-url: https://registry.npmjs.org/ - - uses: bahmutov/npm-install@v1 + - uses: bahmutov/npm-install@v1.8.16 - run: | PACKAGE_MANAGER=npm if [ -f "./yarn.lock" ]; then