Update react monorepo to v18 #34287
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## | |
# 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 |