Skip to content

Bump next from 14.2.3 to 14.2.10 #106

Bump next from 14.2.3 to 14.2.10

Bump next from 14.2.3 to 14.2.10 #106

Workflow file for this run

name: build
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
with:
submodules: recursive
- run: corepack enable
- run: yarn install --immutable
- run: yarn codegen
- run: yarn build