This commit is contained in:
Samuel Attard 2022-10-26 17:12:43 -07:00
Родитель aaa6ef6b3e
Коммит 4b35ffed2c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 7296A7AB7521D713
1 изменённых файлов: 0 добавлений и 3 удалений

3
.github/workflows/ci.yml поставляемый
Просмотреть файл

@ -20,7 +20,6 @@ jobs:
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 #v.3.5.1
with:
node-version: 14.x
cache: yarn
- name: Run dependabolt
if: ${{ github.event_name == 'pull_request' && startsWith(github.event.pull_request.head.ref, 'dependabot/npm_and_yarn') && !contains(github.event.pull_request.head.ref, 'npm_and_yarn/packages') }}
uses: malept/github-action-dependabolt@v4.0.1
@ -41,7 +40,6 @@ jobs:
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 #v.3.5.1
with:
node-version: 14.x
cache: yarn
- name: Install latest NPM on Windows
if: matrix.os == 'windows-latest'
# See https://github.com/actions/virtual-environments/issues/4856#issuecomment-1043256330
@ -104,7 +102,6 @@ jobs:
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 #v.3.5.1
with:
node-version: 14.x
cache: yarn
- name: Install bolt
shell: bash
run: |