File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 "version" : " latest"
1919 },
2020 "ghcr.io/devcontainers/features/node:1" : {
21- "version" : " 19 " ,
21+ "version" : " 20 " ,
2222 "additionalVersions" : " 18"
2323 },
2424 "./local-features/nvs" : " latest" ,
3838 "version" : " latest"
3939 },
4040 "ghcr.io/devcontainers/features/ruby:1" : {
41- "version" : " 3.1 " ,
42- "additionalVersions" : " 3.0 "
41+ "version" : " 3.2 " ,
42+ "additionalVersions" : " 3.1 "
4343 },
4444 "ghcr.io/devcontainers/features/java:1" : {
4545 "version" : " 17" ,
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ check "run-puppeteer" node puppeteer.js
142142check " oryx" oryx --version
143143
144144# Ensures nvm works in a Node Project
145- check " default-node-version" bash -c " node --version | grep 19 ."
145+ check " default-node-version" bash -c " node --version | grep 20 ."
146146check " default-node-location" bash -c " which node | grep /home/codespace/nvm/current/bin"
147147check " oryx-build-node-projectr" bash -c " oryx build ./sample/node"
148148check " oryx-configured-current-node-version" bash -c " ls -la /home/codespace/nvm/current | grep /opt/nodejs"
You can’t perform that action at this time.
0 commit comments