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.json20
1 files changed, 11 insertions, 9 deletions
diff --git a/test/node/scenarios.json b/test/node/scenarios.json
index 6112a6e..5524f5c 100644
--- a/test/node/scenarios.json
+++ b/test/node/scenarios.json
@@ -17,21 +17,23 @@
}
}
},
- "version_none": {
- "image": "mcr.microsoft.com/devcontainers/base",
- "remoteUser": "vscode",
+ "zsh_default": {
+ "image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
"node": {
- "version": "none"
+ "version": "lts"
+ },
+ "common-utils": {
+ "configureZshAsDefaultShell": true
}
}
},
- "install_node_on_universal_image": {
- "image": "mcr.microsoft.com/devcontainers/universal",
- "remoteUser": "codespace",
+ "version_none": {
+ "image": "mcr.microsoft.com/devcontainers/base",
+ "remoteUser": "vscode",
"features": {
"node": {
- "version": "19.1.0"
+ "version": "none"
}
}
},
@@ -43,4 +45,4 @@
}
}
}
-}
+} \ No newline at end of file