Skip to content

build(deps-dev): bump @apollo/client from 3.11.8 to 3.11.10 #766

build(deps-dev): bump @apollo/client from 3.11.8 to 3.11.10

build(deps-dev): bump @apollo/client from 3.11.8 to 3.11.10 #766

Workflow file for this run

name: Lint code
on:
push:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: yarn
- run: yarn install --immutable
- run: yarn lint