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 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 +} |