Skip to content

Commit 6f4e97c

Browse files
authored
(copyediting) renumber steps
1 parent d602a30 commit 6f4e97c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/development/upgrading-node.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ So in short, the primary steps are:
3939
## Updating Electron's Node [fork](https://github.com/electron/node)
4040

4141
1. Ensure that `master` on `electron/node` has updated release tags from `nodejs/node`
42-
1. Create a branch in https://github.com/electron/node: `electron-node-vX.X.X` where the base that you're branching from is the tag for the desired update
42+
2. Create a branch in https://github.com/electron/node: `electron-node-vX.X.X` where the base that you're branching from is the tag for the desired update
4343
- `vX.X.X` Must use a version of node compatible with our current version of chromium
44-
2. Re-apply our commits from the previous version of node we were using (`vY.Y.Y`) to `v.X.X.X`
44+
3. Re-apply our commits from the previous version of node we were using (`vY.Y.Y`) to `v.X.X.X`
4545
- Check release tag and select the range of commits we need to re-apply
4646
- Cherry-pick commit range:
4747
1. Checkout both `vY.Y.Y` & `v.X.X.X`

0 commit comments

Comments
 (0)