Mk/bsd.default-versions.mk: Update Node.js comment

Update the comment to reflect that 17 is no longer a possible value for
NODEJS_DEFAULT, but 18 now is.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Joseph Mingrone 2022-06-03 23:14:39 -03:00
parent 1bc3eb0ffe
commit 4a754306fd
No known key found for this signature in database
GPG Key ID: 36A40C83B0D6EF9E

View File

@ -163,7 +163,7 @@ TCLTK_DEFAULT?= 8.6
# Possible values: 4, 6
VARNISH_DEFAULT?= 4
# Possible value: 14, 16, 17, lts, current
# Possible value: 14, 16, 18, lts, current
NODEJS_DEFAULT?= lts
.endif