mirror of https://github.com/nodejs/node.git
566 B
566 B
Maintaining undici
The undici dependency is an HTTP/1.1 client, written from scratch for Node.js.
Updating undici
The tools/dep_updaters/update-undici.sh
script automates the update of the
undici source files.
Check that Node.js still builds and tests.
Committing undici
- 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.