Skip to content

Release notes for v0.112.2 #3446

Release notes for v0.112.2

Release notes for v0.112.2 #3446

Workflow file for this run

name: CI
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Setup Node
uses: actions/[email protected]
with:
node-version: 22
- run: npm install
# - run: npm run build
- name: Build Static Docs
run: npm run build