[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:
- 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