Skip to content

fix(deps): update dependency type-fest to v4.29.0 (#1503) #3156

fix(deps): update dependency type-fest to v4.29.0 (#1503)

fix(deps): update dependency type-fest to v4.29.0 (#1503) #3156

Workflow file for this run

name: Build
on:
push:
branches:
- master
merge_group:
types: [checks_requested]
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 16.20 ]
env:
YTF_GRAPHQL_ENDPOINT: https://staging.yestheory.family/_yesbot-schema
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/yarn-action
name: 'Install and codegen'
with:
command: 'graphql-codegen'
- name: 'Check types'
run: yarn tsc --noEmit