Check Runtime Versions
depsonar_runtimesCheck runtime versions (Node.js, Python, Rust, Go, PHP, Ruby, Dart, Swift) and detect EOL/outdated. Also checks project version files like .nvmrc, .python-version.
Instructions
Check installed runtime versions (Node.js, Python, Rust, Go, PHP, Ruby, Dart, Swift). Detects EOL and outdated versions. Also checks project version files (.nvmrc, .python-version, rust-toolchain.toml, engines.node).
Examples:
"Check my runtime versions"
"Is my Node.js up to date?"
"Any runtime mismatches in my projects?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Filter by runtime name: 'node', 'python', 'rust', 'go', 'php', 'ruby', 'dart', 'swift'. | |
| directory | No | Project directory to scan for version files. | |
| check_projects | No | Also check project-level version files (.nvmrc, .python-version, etc.). |