Skip to content

Commit 5f74fb3

Browse files
kylos101ona-agent
andcommitted
fix: add v24 to node version test assertion
Co-authored-by: Ona <no-reply@ona.com>
1 parent 8057226 commit 5f74fb3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/lang-node.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
- stdout.indexOf("v18") != -1 ||
77
stdout.indexOf("v20") != -1 ||
88
stdout.indexOf("v22") != -1 ||
9-
stdout.indexOf("v23") != -1
9+
stdout.indexOf("v23") != -1 ||
10+
stdout.indexOf("v24") != -1
1011
- desc: it should have yarn
1112
command: [yarn --version]
1213
entrypoint: [bash, -i, -c]

0 commit comments

Comments
 (0)