Skip to content

fix(deps): Bump cross-fetch from 4.0.0 to 4.1.0 #162

fix(deps): Bump cross-fetch from 4.0.0 to 4.1.0

fix(deps): Bump cross-fetch from 4.0.0 to 4.1.0 #162

Workflow file for this run

name: Dependabot
on: pull_request_target
jobs:
dependabot:
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-node@v4
with:
node-version: latest
cache: yarn
- run: yarn
- run: git config --global user.name 'John Doe'
- run: git config --global user.email '[email protected]'
- run: yarn test
env:
GITHUB_TOKEN: ${{ secrets.PRIVILEGED_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: gh pr merge --auto --rebase ${{ github.event.pull_request.html_url }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}