Skip to content

Update react monorepo to v18 (major) #34262

Update react monorepo to v18 (major)

Update react monorepo to v18 (major) #34262

Workflow file for this run

##
# FIXME: This task is super broken.
# The examples will not compile, and as a result the gatsby/mdx documentation also will not build.
##
name: Build-Docs
on: [push, pull_request]
jobs:
buildDocs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
node: [12]
steps:
- uses: actions/checkout@v3
# - name: Install
# run: cd docs && npm install
# - name: Build
# run: cd docs && npm run-script build