istanbuljs / nyc

the Istanbul command line interface
https://istanbul.js.org/
ISC License
5.59k stars 359 forks source link

[Breaking Change] Node Upgrade to >=20.0.0 #1550

Closed BboyAkers closed 5 months ago

BboyAkers commented 7 months ago

What is in this PR?

Why?

Current node version is not maintained.

Additional Info: Currently getting this error below while running npm run test

Screenshot 2024-02-26 at 8 13 17 PM

I did an npm list jackspeak to see further where this package is since it's not in the top-level dependency tree. This was the result. For context, I did upgrade tap to the latest version, 18.7.0.

Screenshot 2024-02-26 at 8 17 30 PM

Would love some eyes on what you might think could be the issue. I'll continue hacking away at debugging this error! @bcoe 🙂

bcoe commented 5 months ago

I think addressed by https://github.com/istanbuljs/nyc/pull/1552