Skip to content

fix(deps): update dependency @graphql-yoga/render-graphiql to v5 #1340

fix(deps): update dependency @graphql-yoga/render-graphiql to v5

fix(deps): update dependency @graphql-yoga/render-graphiql to v5 #1340

Workflow file for this run

name: ci
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: the-guild-org/shared-config/setup@main
with:
nodeVersion: 16
- run: yarn codegen
- run: yarn workspace app run build
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: the-guild-org/shared-config/setup@main
with:
nodeVersion: 16
- run: yarn workspace app run lint