Skip to content

build(deps): bump @apollo/client from 3.11.10 to 3.12.2 #1191

build(deps): bump @apollo/client from 3.11.10 to 3.12.2

build(deps): bump @apollo/client from 3.11.10 to 3.12.2 #1191

Workflow file for this run

name: NodeJS
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Build
run: |
yarn --frozen-lockfile
yarn build