Skip to content

chore(deps): bump @apollo/gateway from 2.6.3 to 2.7.1 #183

chore(deps): bump @apollo/gateway from 2.6.3 to 2.7.1

chore(deps): bump @apollo/gateway from 2.6.3 to 2.7.1 #183

Workflow file for this run

name: PR Check
on:
pull_request:
branches: [main]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "16"
- run: yarn install --frozen-lockfile
- run: yarn dev:example
- run: yarn dev:example:pretty