The engine "node" is incompatible with this module

When deploying to netlify I came across the following error which prevents deployment.

error highlight.js@11.4.0: The engine "node" is incompatible with this module. Expected version ">=12.0.0". Got "11.15.0"

A search reveals the answer on StackOverflow

On netlify, this can be achieved by creating an environment variable

Key Value
YARN_FLAGS --ignore-engines