Skip to content

chore(deps-dev): bump @graphql-codegen/typescript from 2.8.8 to 4.0.6 #189

chore(deps-dev): bump @graphql-codegen/typescript from 2.8.8 to 4.0.6

chore(deps-dev): bump @graphql-codegen/typescript from 2.8.8 to 4.0.6 #189

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