Skip to content

chore(deps): bump make-fetch-happen from 10.2.1 to 13.0.0 #180

chore(deps): bump make-fetch-happen from 10.2.1 to 13.0.0

chore(deps): bump make-fetch-happen from 10.2.1 to 13.0.0 #180

Workflow file for this run

name: PR Check
on:
pull_request:
branches: [main]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "16"
- run: yarn install --frozen-lockfile
- run: yarn dev:example
- run: yarn dev:example:pretty