chore(deps): bump graphql from 16.5.0 to 16.8.1 #143
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |