diff options
Diffstat (limited to 'test/node/scenarios.json')
-rw-r--r-- | test/node/scenarios.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/test/node/scenarios.json b/test/node/scenarios.json index 5524f5c..a45620f 100644 --- a/test/node/scenarios.json +++ b/test/node/scenarios.json @@ -44,5 +44,13 @@ "version": "16" } } + }, + "install_nvm_0.39": { + "image": "mcr.microsoft.com/devcontainers/base", + "features": { + "node": { + "nvmVersion": "0.39" + } + } } -}
\ No newline at end of file +} |