From fdf5d851d0e74d63a1afdf388715019928ec34fd Mon Sep 17 00:00:00 2001 From: Ruy Adorno Date: Fri, 20 Nov 2020 16:34:16 -0500 Subject: [PATCH] doc: add missing version to update cmd Add to the example of running `./tools/update-npm.sh` the missing reference to the version number that is required by the command. PR-URL: https://github.com/nodejs/node/pull/36204 Reviewed-By: Richard Lau Reviewed-By: Myles Borins Reviewed-By: Luigi Pinca Reviewed-By: Rich Trott --- doc/guides/maintaining-npm.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/guides/maintaining-npm.md b/doc/guides/maintaining-npm.md index 37099770726433..bf789af65b3c7f 100644 --- a/doc/guides/maintaining-npm.md +++ b/doc/guides/maintaining-npm.md @@ -12,8 +12,10 @@ changes can be reviewed and landed via the normal consensus seeking process. ## Step 1: Run the update script +In the following examples, `x.y.z` should match the npm version to update to. + ```console -$ ./tools/update-npm.sh +$ ./tools/update-npm.sh x.y.z ``` ## Step 2: Commit new npm