Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 566 Bytes

maintaining-undici.md

File metadata and controls

25 lines (18 loc) · 566 Bytes

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

  1. Add undici:
    $ git add deps/undici
  2. Commit the changes: git commit.
  3. Add a message like:
    deps: update undici to <version>
    
    Updated as described in doc/contributing/maintaining-undici.md.