Skip to content

chore(deps): bump graphql from 16.5.0 to 16.8.1 #143

chore(deps): bump graphql from 16.5.0 to 16.8.1

chore(deps): bump graphql from 16.5.0 to 16.8.1 #143

Workflow file for this run

name: check
on:
pull_request:
branches:
- master
jobs:
check:
runs-on: ubuntu-latest
name: Check
steps:
- name: Checkout
uses: actions/[email protected]
- name: Install, test and build
uses: actions/setup-node@v1
with:
node-version: 16.15.0
- run: npm install
- run: npm run test:coverage
- run: npm run build