aboutsummaryrefslogtreecommitdiff
path: root/test/node/scenarios.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/node/scenarios.json')
-rw-r--r--test/node/scenarios.json11
1 files changed, 10 insertions, 1 deletions
diff --git a/test/node/scenarios.json b/test/node/scenarios.json
index 845c892..8f93d82 100644
--- a/test/node/scenarios.json
+++ b/test/node/scenarios.json
@@ -3,9 +3,18 @@
"image": "debian:11",
"features": {
"node": {
- "version": "latest",
+ "version": "lts",
"additionalVersions": "v17.9.1,v14.19.3"
}
}
+ },
+ "non_root_user": {
+ "image": "mcr.microsoft.com/devcontainers/base",
+ "remoteUser": "vscode",
+ "features": {
+ "node": {
+ "version": "latest"
+ }
+ }
}
} \ No newline at end of file