`syncVersionManagerConfig` doesn't work with unstable_node
My toolchain config:
```yaml
unstable_javascript:
packageManager: "npm"
syncPackageManagerField: true
unstable_node:
syncVersionManagerConfig: "nodenv"
version: "24.11.0"
unstable_npm: {}
```
Neither `moon sync`, nor `moon run <task>` write to `.node-version`. It does work with the non-WASM Node plugin.
0 条评论