Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Piercy <[email protected]>
  • Loading branch information
ericof and stevepiercy authored Mar 5, 2025
1 parent 7e39b45 commit f01ea58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookieplone/utils/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def latest_plone(


def node_version_for_volto(volto_version: str) -> int:
"""Return the Node Version to be used with Volto."""
"""Return the Node.js version to use with Volto."""
major = Version(volto_version).major
return settings.VOLTO_NODE.get(major, settings.DEFAULT_NODE)

Expand Down

0 comments on commit f01ea58

Please sign in to comment.