We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fec3ef5 commit ec67c39Copy full SHA for ec67c39
DEVELOPERS.md
@@ -55,6 +55,7 @@ and run `orb` in the base directory to enter the virtual machine.
55
56
* Select the Deno version to upgrade and visit its tag on GitHub (eg: https://github.com/denoland/deno/blob/v1.30.3/Cargo.toml)
57
* 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`.
59
60
## How to use Dev Container
61
0 commit comments