Open
Description
I created this issue for visibility, based on team slack discussion
When I was working on the release 20.11.0 proposal (step 10) I was checking the dependencies and I got an error with the llhttp
version.
I got the version 8.1.3
, but the expected is 9.1.3
based on nodejs/node#50080 as was included in the proposal.
The thing is that version 8.1.3
does not exist at all, as the current version is 8.1.0
since Node@20.0.0. So, the issue is that LLHTTP_VERSION_MAJOR
didn't got updated when cherry picking this commit, only the LLHTTP_VERSION_PATCH
.
I added the label dont-land-on-v20
for now. But this error will occur again when landing new deps upgrades for llhttp
in Node@20.x
. So maybe we can work on a backport for the next release
Metadata
Metadata
Assignees
Labels
No labels