aboutsummaryrefslogtreecommitdiff
path: root/test/node/scenarios.json
diff options
context:
space:
mode:
authorChuck Lantz <clantz@microsoft.com>2022-10-28 20:32:58 +0300
committerGitHub <noreply@github.com>2022-10-28 20:32:58 +0300
commit2963ae91192b29a8ec049d7376dc69ff21b725f4 (patch)
tree320ae32fe67b460648a34900c2748de87860af25 /test/node/scenarios.json
parentab021f0dfb0b4d28a2a71fd4b8502f5cb0b72004 (diff)
Fix privs in Node, regressions from #199 (#241)
Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
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