git » sdk » commit 3f44d62

Use node instead of nodejs

author Eric Roberts
2026-08-24 15:09:05 UTC
committer Stephen Paul Weber
2026-08-24 16:03:15 UTC
parent 95cb50e5427514332d7ddc9af2929833bad740a6

Use node instead of nodejs

It's the canonical name everywhere (now).

testjs.hxml +1 -1

diff --git a/testjs.hxml b/testjs.hxml
index 8c49a45..bc5f466 100644
--- a/testjs.hxml
+++ b/testjs.hxml
@@ -23,4 +23,4 @@
 --js .cache/test.js
 
 --cmd npx -p typescript@6 -p cjstoesm cjstoesm -s true .cache/test.js
---cmd nodejs --disable-warning=ExperimentalWarning .cache/test.js
+--cmd node --disable-warning=ExperimentalWarning .cache/test.js