We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e119483 + 7e4e9b9 commit 67cc2e8Copy full SHA for 67cc2e8
src/utils/devenv.ts
@@ -26,6 +26,7 @@ export default async function(dir: Path) {
26
case "deno.jsonc":
27
await deno(path)
28
break
29
+ case ".nvmrc":
30
case ".node-version":
31
await version_file(path, 'nodejs.org')
32
0 commit comments