Skip to content

build(deps): bump graphql from 16.6.0 to 16.8.1 #1689

build(deps): bump graphql from 16.6.0 to 16.8.1

build(deps): bump graphql from 16.6.0 to 16.8.1 #1689

Workflow file for this run

name: Pull request
on: [pull_request]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: yarn install
- name: Run eslint on changed files
uses: tj-actions/eslint-changed-files@v18
with:
token: ${{ github.token }}
config_path: ".eslintrc.js"
file_extensions: |
**/*.js
**/*.ts
**/*.vue
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: yarn install
- name: Build
run: yarn build