Michaël Zasso
Michaël Zasso
Note that `.\vcbuild.bat lint-js` is already broken on Windows on the main branch because of this file: https://github.com/nodejs/node/blob/main/tools/node_modules/eslint/node_modules/eslint
Proof it works after deleting the symlink: ``` PS D:\Git\nodejs\node> .\vcbuild.bat lint-js nobuild noprojgen Looking for Python Python found in C:\Users\Targos\AppData\Local\Microsoft\WindowsApps\\python.exe Python 3.12.3 Looking for NASM Jonction créée pour Release...
Retrying node-test-linter: https://ci.nodejs.org/job/node-test-linter/54555/
It's probably https://github.com/eslint/eslint/issues/18301, only fixed in ESLint v9. I'll add the ESLint update to this PR.
Blocked on https://github.com/nodejs/node/pull/52889
Added the update to ESLint v9
It must be running a very old version of node !
``` 19:19:01 + node --version 19:19:01 v16.20.2 ```
We need to upgrade the host. Node.js 18+ can't run on Ubuntu 18. Opened https://github.com/nodejs/build/issues/3713
Rebased, reworded the first commit so the PR can be squashed, and separated additional fixes from the ESLint update to ease reviews. (this is still blocked on updates of the...