Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i18n: Fix node version compatible #48368

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Commits on Feb 23, 2023

  1. Fix node version compatible

    Fix node version compatible with null coalescing operator.
    
    - The null coalescing operator support is available from node 14 only.
    
    Reference:
    
    https://node.green/#ES2020-features--nullish-coalescing-operator-----
    
    Resolves:
    
    https://github.com/WordPress/gutenberg/pull/45414/files
    gvgvgvijayan committed Feb 23, 2023
    Copy the full SHA
    66a7001 View commit details
    Browse the repository at this point in the history