Skip to content

Commit

Permalink
Update corresponding tests
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek authored Sep 29, 2023
1 parent 3424f6f commit 47a897a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lang-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
assert:
- status == 0
- stdout.indexOf("v18") != -1 ||
stdout.indexOf("v19") != -1
stdout.indexOf("v20") != -1
- desc: it should have yarn
command: [yarn --version]
entrypoint: [bash, -i, -c]
Expand Down

0 comments on commit 47a897a

Please sign in to comment.