Skip to content

Commit f9a2dcf

Browse files
committed
Fix Node 19 Leia test.
1 parent 9e16fc4 commit f9a2dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/19/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Run the following commands to validate things are rolling as they should.
2727
lando ssh -s defaults -c "env | grep NODE_VERSION=19."
2828

2929
# Should use a user specified version if given
30-
lando ssh -s custom -c "env | grep NODE_VERSION=17."
30+
lando ssh -s custom -c "env | grep NODE_VERSION=18."
3131

3232
# Should use a user specified patch version if given
3333
lando ssh -s custom2 -c "env | grep NODE_VERSION=19.4.0"

0 commit comments

Comments
 (0)