diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index b235bafa30cb4f..465095d9cdbe44 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -551,6 +551,12 @@ Type: End-of-Life The `os.tmpDir()` API was deprecated in Node.js 7.0.0 and has since been removed. Please use [`os.tmpdir()`][] instead. +An automated migration is available ([source](https://github.com/nodejs/userland-migrations/tree/main/recipes/tmpDir-to-tmpdir)): + +```bash +npx codemod@latest @nodejs/tmpDir-to-tmpdir +``` + ### DEP0023: `os.getNetworkInterfaces()`