diff options
author | eitsupi <50911393+eitsupi@users.noreply.github.com> | 2023-08-29 00:26:30 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-29 00:26:30 +0300 |
commit | 95a169b9ef92c9dae454df5e87d4c26d56a863c9 (patch) | |
tree | daffec76a9add688b7f76a2cc934fb84e40ad735 /test/node/scenarios.json | |
parent | 0668db5edea56a0d57575db127b793f59b489e7b (diff) |
[node] Install the latest version of nvm by default (#673)feature_node_1.3.0
feat(node): install the latest nvm by default
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 +} |