Skip to content

chore(deps): update dependency @types/react to v18.3.14 #240

chore(deps): update dependency @types/react to v18.3.14

chore(deps): update dependency @types/react to v18.3.14 #240

name: Build Docusaurus PR
on:
pull_request:
jobs:
docusaurus-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4 # v4
with:
fetch-depth: 0
- uses: DavidAnson/markdownlint-cli2-action@v18
with:
globs: |
**/*.md
**/*.mdx
- uses: actions/setup-node@v4
with:
node-version: 20.x
- run: yarn set version berry
- run: yarn install --immutable
- run: yarn run build