Skip to content

Commit e72b6eb

Browse files
committed
check version
1 parent b9d311c commit e72b6eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ide/nuvfile.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ tasks:
9696
prereq:
9797
silent: true
9898
cmds:
99+
- test $(("$NUVDEV_VERSION"+0)) -lt 2404130000 || die "Your .devcontainer.json is outdated - update it from here: https://raw.githubusercontent.com/mastrogpt/starter/main/.devcontainer.json"
99100
- test -e "/.nuvolaris" || test -n "$NUVDEV_FORCE" || die "This command must be run in a Nuvolaris DevContainer"
100101
- test "$(python3 -V | awk -F. '{print $2}')" -ge 10 || die "python 3.10 or greater not available"
101102
- test "$(node -v | awk -F. '{print substr($1,2) }')" -ge 18 || die "nodejs 18 or greater not available"

0 commit comments

Comments
 (0)