Skip to content

chore(deps): bump graphql from 16.6.0 to 16.8.1 in /apps/api #743

chore(deps): bump graphql from 16.6.0 to 16.8.1 in /apps/api

chore(deps): bump graphql from 16.6.0 to 16.8.1 in /apps/api #743

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- main
- beta
pull_request:
jobs:
install-deps:
strategy:
matrix:
platform: [ubuntu-latest]
uses: ./.github/workflows/reusable-ci.yaml
lint:
strategy:
matrix:
platform: [ubuntu-latest]
needs: install-deps
uses: ./.github/workflows/reusable-ci.yaml
with:
target: lint
runs-on: ${{ matrix.platform }}
test:
strategy:
matrix:
platform: [ubuntu-latest]
needs: install-deps
uses: ./.github/workflows/reusable-ci.yaml
with:
target: test
runs-on: ${{ matrix.platform }}
build:
strategy:
matrix:
platform: [ubuntu-latest]
needs: install-deps
uses: ./.github/workflows/reusable-ci.yaml
with:
target: build
runs-on: ${{ matrix.platform }}