🚀 Fast and simple Node.js version manager, built in Rust
9 matches across 1 category. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | .github/workflows/rust.yml | 181 | # name: "e2e/windows/debug" |
| LOW | .github/workflows/rust.yml | 201 | # echo "::set-output name=pnpm_cache_dir::$(pnpm store path)" |
| LOW | .github/workflows/rust.yml | 381 | # name: bench/linux |
| LOW | .github/workflows/rust.yml | 401 | # with: |
| LOW | .github/workflows/rust.yml | 421 | # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
| LOW | .github/workflows/rust.yml | 441 | # with: |
| LOW | src/cli.rs | 21 | #[clap(name = "use", bin_name = "use")] |
| LOW | src/cli.rs | 41 | Alias(commands::alias::Alias), |
| LOW | src/commands/install.rs | 21 | /// A version string. Can be a partial semver or a LTS version name by the format lts/NAME |