diff options
Diffstat (limited to 'src/node')
-rw-r--r-- | src/node/feature.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node/feature.json b/src/node/feature.json index 5a8e81d..7b092a5 100644 --- a/src/node/feature.json +++ b/src/node/feature.json @@ -4,7 +4,7 @@ "options": { "version": { "type": "string", - "proposals": [ "lts", "latest", "18", "16", "14" ], + "proposals": [ "lts", "latest", "none", "18", "16", "14" ], "default": "lts", "description": "Select or enter a Node.js version to install" }, |