diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-12-02 20:48:04 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-02 20:48:04 +0300 |
commit | 7a47fbff000bff65bec9fa4687eed87cc0bc39c3 (patch) | |
tree | 54b61ea9f66113bbdbd7536814607a1bf8bbea07 /test/node/scenarios.json | |
parent | 46dfa11ecd3c507187eebbd6784c09d736737255 (diff) |
Node: Fix regression - Installing in ubuntu 18.04 (#319)
Node: Fix regression https://github.com/devcontainers/features/issues/317
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 70e1051..6112a6e 100644 --- a/test/node/scenarios.json +++ b/test/node/scenarios.json @@ -34,5 +34,13 @@ "version": "19.1.0" } } + }, + "install_node_16_on_bionic": { + "image": "mcr.microsoft.com/devcontainers/base:ubuntu-18.04", + "features": { + "node": { + "version": "16" + } + } } -}
\ No newline at end of file +} |