We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2aa5f5 commit 994c8bbCopy full SHA for 994c8bb
tests/test.bats
@@ -76,7 +76,7 @@ health_checks() {
76
if [ "${USE_CUSTOM_NODE:-}" = "true" ]; then
77
run ddev exec node -v
78
assert_success
79
- assert_output --regexp '^v18\.\d+\.\d+$'
+ assert_output --regexp '^v18\.[0-9]+\.[0-9]+$'
80
fi
81
}
82
0 commit comments