The undici dependency is an HTTP/1.1 client, written from scratch for Node.js.
The tools/dep_updaters/update-undici.sh
script automates the update of the
undici source files.
Check that Node.js still builds and tests.
- Add undici:
$ git add deps/undici
- Commit the changes:
git commit
. - Add a message like:
deps: update undici to <version> Updated as described in doc/contributing/maintaining-undici.md.