Skip to content

feat: upgrade react-dom from 18.3.1 to 19.0.0 #98

feat: upgrade react-dom from 18.3.1 to 19.0.0

feat: upgrade react-dom from 18.3.1 to 19.0.0 #98

name: "📚 Check Docs"
on:
workflow_call: # Enables workflow to be called from another workflow.
push:
paths:
- "documentation/**"
- "!README.*"
defaults:
run:
working-directory: documentation
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
cache-dependency-path: documentation/yarn.lock
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build documentation
run: yarn build