Node.js plugin for vfox.
After installing vfox, install the plugin by running:
vfox add nodejsYou can configure the mirror by VFOX_NODEJS_MIRROR environment variable. The default value
is https://nodejs.org/dist. Trailing slashes are automatically handled, so both
https://nodejs.org/dist and https://nodejs.org/dist/ will work correctly.
Maintainers can publish from Actions → Plugin → Run workflow on the default
branch by entering a stable plugin version without the v prefix. The shared
workflow updates metadata.lua, creates the version commit and tag, and publishes
the ZIP and manifest in this repository. No local tag or extra release token is
needed. Pull requests run checks only; PR titles no longer trigger publication.
Existing version-tag pushes are supported when PLUGIN.version already matches
the tag. If publication fails, re-run the original failed job to resume it.
The workflow follows the shared @v1 release-tool version. Updating the tool does
not release this plugin. See the shared workflow documentation
for the package contract and first-rollout requirements.