Skip to content

chore(deps-dev): bump @graphql-codegen/cli from 2.13.12 to 5.0.0 #169

chore(deps-dev): bump @graphql-codegen/cli from 2.13.12 to 5.0.0

chore(deps-dev): bump @graphql-codegen/cli from 2.13.12 to 5.0.0 #169

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