Closed
Description
I got a PR with a failing linter job on CI because it seems the Node.js version on the CI doesn't understand the language features used in nodejs/node#36018.
I can see that in 3254439 (cc @phillipj), Node.js version was upgraded from v10.x to v14.x, yet the job is still failing. The console output in the Jenkins UI doesn't tell what is the node --version
used for the job, but it seems it's not Node.js 14 (which support those features).
Would it be possible to add the Node.js version used by the linter job in the console output to help contributors understand linter failures? Can we upgrade the Node.js version to v14.x if it's not already in place?
Metadata
Metadata
Assignees
Labels
No labels