diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-11-16 01:51:00 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-16 01:51:00 +0300 |
commit | 1e35500bda4b00fadc1b2881865ad3cffaa69ff8 (patch) | |
tree | 4c1ac0b61f6bef5999c97084352031a61eef8e7c /test/node/scenarios.json | |
parent | f9acb6aae1e520b0b61aaac9ab4ecb00dd497451 (diff) |
Node: Fix bug - version set by Feature is not default (#294)
* Node:Fix bug version set by Feature is not default
* node not supported for ubuntu:bionic
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 1240e61..70e1051 100644 --- a/test/node/scenarios.json +++ b/test/node/scenarios.json @@ -25,5 +25,14 @@ "version": "none" } } + }, + "install_node_on_universal_image": { + "image": "mcr.microsoft.com/devcontainers/universal", + "remoteUser": "codespace", + "features": { + "node": { + "version": "19.1.0" + } + } } }
\ No newline at end of file |