Skip to content

Bump graphql from 16.6.0 to 16.8.1 #75

Bump graphql from 16.6.0 to 16.8.1

Bump graphql from 16.6.0 to 16.8.1 #75

Workflow file for this run

name: Test CI
on: [push, pull_request]
jobs:
web:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18
- run: npm install -g pnpm
- run: pnpm install
- run: pnpm lint
- run: pnpm fmt