diff options
Diffstat (limited to 'test/node/scenarios.json')
-rw-r--r-- | test/node/scenarios.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/node/scenarios.json b/test/node/scenarios.json index 8f93d82..1240e61 100644 --- a/test/node/scenarios.json +++ b/test/node/scenarios.json @@ -16,5 +16,14 @@ "version": "latest" } } + }, + "version_none": { + "image": "mcr.microsoft.com/devcontainers/base", + "remoteUser": "vscode", + "features": { + "node": { + "version": "none" + } + } } }
\ No newline at end of file |