Skip to content

build(deps): update nextjs monorepo to ^15.1.1 #3341

build(deps): update nextjs monorepo to ^15.1.1

build(deps): update nextjs monorepo to ^15.1.1 #3341

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/setup-node@v4
with:
node-version: 18.x
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn build