Skip to content

chore(deps): update dependency @graphql-codegen/client-preset to v4.2.6 #2737

chore(deps): update dependency @graphql-codegen/client-preset to v4.2.6

chore(deps): update dependency @graphql-codegen/client-preset to v4.2.6 #2737

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
with:
node-version: '18'
- name: Install dependencies
run: npm ci
- name: Run unit tests
run: npm run test --coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@6d798873df2b1b8e5846dba6fb86631229fbcb17 # v4
with:
name: codecov-umbrella
fail_ci_if_error: false