Skip to content

Bump @mdx-js/react from 1.6.22 to 3.0.0 #666

Bump @mdx-js/react from 1.6.22 to 3.0.0

Bump @mdx-js/react from 1.6.22 to 3.0.0 #666

Workflow file for this run

# GitHub action to build
name: Build
on:
push:
branches:
- main
- release
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm install
- run: npm run build