Skip to content

Update Node.js to 20.19.5 to fix Netlify build compatibility (#1641) #3150

Update Node.js to 20.19.5 to fix Netlify build compatibility (#1641)

Update Node.js to 20.19.5 to fix Netlify build compatibility (#1641) #3150

Workflow file for this run

name: "Yarn Build"
on:
push:
pull_request:
jobs:
build:
name: Build documentation
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install
uses: ./.github/actions/yarn-build
with:
cmd: install
- name: Build
uses: ./.github/actions/yarn-build
with:
cmd: build