Skip to content

Update mdx monorepo to v3 (major) #554

Update mdx monorepo to v3 (major)

Update mdx monorepo to v3 (major) #554

Workflow file for this run

name: "CI"
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
build:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- uses: "actions/setup-node@v4.0.0"
with:
node-version: "18"
cache: "npm"
- run: "npm ci"
- run: "npm run build"