ci: remove more mentions of node (#2595)

I promise this time I tested it locally :)
This commit is contained in:
Will Jones
2025-08-15 11:01:02 -07:00
committed by GitHub
parent ce550e6c45
commit 1eb1beecd6
4 changed files with 2 additions and 18 deletions

View File

@@ -11,8 +11,6 @@ Project layout:
* `nodejs`: The Typescript bindings, using napi-rs
* `java`: The Java bindings
(`rust/ffi` and `node/` are for a deprecated package. You can ignore them.)
Common commands:
* Check for compiler errors: `cargo check --features remote --tests --examples`