Skip to content

build(deps): update nextjs monorepo to ^14.2.20 (#2097) #3301

build(deps): update nextjs monorepo to ^14.2.20 (#2097)

build(deps): update nextjs monorepo to ^14.2.20 (#2097) #3301

Workflow file for this run

name: Node CI
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/setup-node@v4
with:
node-version: 18.x
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn build