This PR originally attempted to upgrade node-sass to the latest v6 to work around an incompatibility with Node v16, but due to an embedded dependency conflict with yarn serve, we have reverted that and instead add a node to use Node v14. In addition, don't gitignore yarn.lock for more reproducible builds.
This PR originally attempted to upgrade
node-sass
to the latest v6 to work around an incompatibility with Node v16, but due to an embedded dependency conflict withyarn serve
, we have reverted that and instead add a node to use Node v14. In addition, don't gitignoreyarn.lock
for more reproducible builds.