[CI]: update npm-install (changelog ignore)

This commit is contained in:
garronej 2022-06-28 06:45:59 +02:00
parent 52896b82a9
commit f673927e16

View File

@ -14,7 +14,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2.3.4 - uses: actions/checkout@v2.3.4
- uses: actions/setup-node@v2.1.3 - 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. - name: If this step fails run 'yarn format' then commit again.
run: | run: |
PACKAGE_MANAGER=npm PACKAGE_MANAGER=npm
@ -41,7 +41,7 @@ jobs:
- uses: actions/setup-node@v2.1.3 - uses: actions/setup-node@v2.1.3
with: with:
node-version: ${{ matrix.node }} node-version: ${{ matrix.node }}
- uses: bahmutov/npm-install@v1 - uses: bahmutov/npm-install@v1.8.16
- if: steps.step1.outputs.npm_or_yarn == 'yarn' - if: steps.step1.outputs.npm_or_yarn == 'yarn'
run: | run: |
yarn build yarn build
@ -123,7 +123,7 @@ jobs:
with: with:
node-version: '15' node-version: '15'
registry-url: https://registry.npmjs.org/ registry-url: https://registry.npmjs.org/
- uses: bahmutov/npm-install@v1 - uses: bahmutov/npm-install@v1.8.16
- run: | - run: |
PACKAGE_MANAGER=npm PACKAGE_MANAGER=npm
if [ -f "./yarn.lock" ]; then if [ -f "./yarn.lock" ]; then