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

Bump node version to 14.20.0 #2101

Merged
merged 2 commits into from
Aug 9, 2022
Merged

Commits on Aug 9, 2022

  1. bump node version to 14.20.0 to solve CVE issue

    CVE issue: https://nvd.nist.gov/vuln/detail/CVE-2022-32214
    Issue resolved: opensearch-project#2088
    
    Signed-off-by: Anan Zhuang <ananzh@amazon.com>
    ananzh committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    05c8fcd View commit details
    Browse the repository at this point in the history
  2. [Tests] fix issue with tests and 0 values for node version

    The logic would convert it to a string which would fail the
    tests for validating node version.
    
    Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
    kavilla committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    fd73995 View commit details
    Browse the repository at this point in the history