build(deps): bump bahmutov/npm-install from 1.8.28 to 1.8.37 (#499)

Bumps [bahmutov/npm-install](https://github.com/bahmutov/npm-install) from 1.8.28 to 1.8.37.
- [Release notes](https://github.com/bahmutov/npm-install/releases)
- [Commits](8add8c6d2c...d476752204)

---
updated-dependencies:
- dependency-name: bahmutov/npm-install
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-01-30 18:14:29 -08:00 коммит произвёл GitHub
Родитель 28266c3756
Коммит 746f873255
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
6 изменённых файлов: 6 добавлений и 6 удалений

2
.github/workflows/build-and-deploy.yml поставляемый
Просмотреть файл

@ -36,7 +36,7 @@ jobs:
with:
node-version: 20
- name: Install dependencies
uses: bahmutov/npm-install@8add8c6d2c8586964896d9fdc639e021312a643f # tag: v1.8.28
uses: bahmutov/npm-install@d476752204653fb5cce6c09db0eaf220761f5d9e # tag: v1.8.37
- name: Test
run: yarn lint && yarn test
env:

2
.github/workflows/pull-request.yml поставляемый
Просмотреть файл

@ -20,7 +20,7 @@ jobs:
node-version: 20
- name: Install dependencies
uses: bahmutov/npm-install@8add8c6d2c8586964896d9fdc639e021312a643f # tag: v1.8.28
uses: bahmutov/npm-install@d476752204653fb5cce6c09db0eaf220761f5d9e # tag: v1.8.37
- name: Test
run: yarn lint && yarn test

2
.github/workflows/push-main.yml поставляемый
Просмотреть файл

@ -21,7 +21,7 @@ jobs:
with:
node-version: 20
- name: Install dependencies
uses: bahmutov/npm-install@8add8c6d2c8586964896d9fdc639e021312a643f # tag: v1.8.28
uses: bahmutov/npm-install@d476752204653fb5cce6c09db0eaf220761f5d9e # tag: v1.8.37
- name: Upload sources to Crowdin
run: 'yarn i18n:upload'
env:

2
.github/workflows/update-docs-branch.yml поставляемый
Просмотреть файл

@ -21,7 +21,7 @@ jobs:
with:
node-version: 20
- name: Install dependencies
uses: bahmutov/npm-install@8add8c6d2c8586964896d9fdc639e021312a643f # tag: v1.8.28
uses: bahmutov/npm-install@d476752204653fb5cce6c09db0eaf220761f5d9e # tag: v1.8.37
- name: 'Prebuild'
run: 'yarn pre-build ${{ github.event.client_payload.sha }}'
- name: 'Push changes or create PR'

2
.github/workflows/update-docs.yml поставляемый
Просмотреть файл

@ -18,7 +18,7 @@ jobs:
with:
node-version: 20
- name: Install dependencies
uses: bahmutov/npm-install@8add8c6d2c8586964896d9fdc639e021312a643f # tag: v1.8.28
uses: bahmutov/npm-install@d476752204653fb5cce6c09db0eaf220761f5d9e # tag: v1.8.37
- name: 'Prebuild'
run: 'yarn pre-build ${{ github.event.client_payload.sha }} ${{ github.event.client_payload.branch}}'
- name: 'Push changes or create PR'

2
.github/workflows/update-i18n-deploy.yml поставляемый
Просмотреть файл

@ -19,7 +19,7 @@ jobs:
node-version: 20
- name: Install dependencies
uses: bahmutov/npm-install@8add8c6d2c8586964896d9fdc639e021312a643f # tag: v1.8.28
uses: bahmutov/npm-install@d476752204653fb5cce6c09db0eaf220761f5d9e # tag: v1.8.37
- name: Download crowdin translation
run: yarn i18n:download