Skip to content

Commit 2eebc4a

Browse files
committed
test version
1 parent e72b6eb commit 2eebc4a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ide/nuvfile.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,9 @@ 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"
99+
- >
100+
test "$(($NUVDEV_VERSION +0))" -gt 2404130000
101+
|| die "Your .devcontainer.json is outdated - update it from here: https://raw.githubusercontent.com/mastrogpt/starter/main/.devcontainer.json"
100102
- test -e "/.nuvolaris" || test -n "$NUVDEV_FORCE" || die "This command must be run in a Nuvolaris DevContainer"
101103
- test "$(python3 -V | awk -F. '{print $2}')" -ge 10 || die "python 3.10 or greater not available"
102104
- test "$(node -v | awk -F. '{print substr($1,2) }')" -ge 18 || die "nodejs 18 or greater not available"

0 commit comments

Comments
 (0)