Skip to content

[Snyk] Upgrade graphql-middleware from 6.0.10 to 6.1.35 #76

[Snyk] Upgrade graphql-middleware from 6.0.10 to 6.1.35

[Snyk] Upgrade graphql-middleware from 6.0.10 to 6.1.35 #76

Workflow file for this run

name: Build
on:
push:
branches:
- main
paths-ignore:
- 'README.md'
- 'docs/**'
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14
- run: npm ci
- run: npm run build