Skip to content

fix(deps): update dependency @graphql-tools/schema to ^10.0.14 #1847

fix(deps): update dependency @graphql-tools/schema to ^10.0.14

fix(deps): update dependency @graphql-tools/schema to ^10.0.14 #1847

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
build:
name: release
runs-on: ubuntu-latest
steps:
# Setup
- uses: actions/checkout@master
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- run: yarn install
# Test
- run: yarn compile
- run: yarn test
env:
GH_TOKEN: ${{ secrets.GH_SPONSORS_TOKEN }}
- run: yarn coverage