It seems the latest "performance-leaderboard": "^9.0.0" requires lighthouse ^9.0.0 which, in turn, requires NodeJS >= 14.15 but Netlify is running NodeJS 12.
I cannot see where we can/should update the NodeJS version Netlify Deploy should be using...
"Deploy to Netlify" seems broken.
The Netlify Deploy fails
run-tests
with a SyntaxError because NodeJS 12 does not support the?.
Optional chaining operator:There are many warnings before this, specifically:
It seems the latest
"performance-leaderboard": "^9.0.0"
requires lighthouse ^9.0.0 which, in turn, requires NodeJS >= 14.15 but Netlify is running NodeJS 12.I cannot see where we can/should update the NodeJS version Netlify Deploy should be using...