Skip to content

Commit ec67c39

Browse files
authored
Add blurb to docs about updating ext/node when updating Deno version (#494)
1 parent fec3ef5 commit ec67c39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DEVELOPERS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ and run `orb` in the base directory to enter the virtual machine.
5555

5656
* Select the Deno version to upgrade and visit its tag on GitHub (eg: https://github.com/denoland/deno/blob/v1.30.3/Cargo.toml)
5757
* Open the `Cargo.toml` at the root of of this repo and modify all `deno_*` modules to match to the selected tag of Deno.
58+
* Update the contents of `ext/node/` to match the contents of `deno@selected-tag/ext/node`.
5859

5960
## How to use Dev Container
6061

0 commit comments

Comments
 (0)