Skip to content

chore(deps-dev): bump @graphql-codegen/typescript-operations from 3.0.4 to 4.0.0 #1659

chore(deps-dev): bump @graphql-codegen/typescript-operations from 3.0.4 to 4.0.0

chore(deps-dev): bump @graphql-codegen/typescript-operations from 3.0.4 to 4.0.0 #1659

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: Test
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
node: [14]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: yarn
- name: Install dependencies
run: yarn install
- name: Validate manifest
run: yarn validate
- name: Run linter
run: yarn lint
- name: Build
run: yarn build