Describe the bug
Netlify CI currently fails when building the documentation site because the build environment defaults to Node 16, which is incompatible with the current Docusaurus setup.
This causes errors such as:
SyntaxError: Unexpected token {
import { inspect } from 'node:util';
Expected behavior
Netlify CI and deploy previews should build successfully using a compatible Node.js version.
Screenshots/GIFs
Are you working on this issue? (Yes/No)
Yes
Describe the bug
Netlify CI currently fails when building the documentation site because the build environment defaults to Node 16, which is incompatible with the current Docusaurus setup.
This causes errors such as:
SyntaxError: Unexpected token {
import { inspect } from 'node:util';
Expected behavior
Netlify CI and deploy previews should build successfully using a compatible Node.js version.
Screenshots/GIFs
Are you working on this issue? (Yes/No)
Yes