Remove explicit node version for workbench#588
Conversation
Signed-off-by: Joshua Li <joshuali925@gmail.com>
There was a problem hiding this comment.
Can you use the Dashboards .nvmrc file? Similar to what we do in Dashboards: https://github.com/tmarkley/OpenSearch-Dashboards/blob/c67b31e732995207ae432f24b393c902ec326b96/.github/workflows/build_and_test_workflow.yml#L32-L36
Signed-off-by: Joshua Li <joshuali925@gmail.com>
| uses: actions/setup-node@v2 | ||
| with: | ||
| node-version: '14.18.2' | ||
| node-version-file: ".nvmrc" |
There was a problem hiding this comment.
I think you have to point to the OpenSearch Dashboards directory to get this to work.
Codecov Report
@@ Coverage Diff @@
## main #588 +/- ##
=========================================
Coverage 94.59% 94.59%
Complexity 2743 2743
=========================================
Files 276 276
Lines 7455 7455
Branches 551 551
=========================================
Hits 7052 7052
Misses 349 349
Partials 54 54 Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
Signed-off-by: Joshua Li <joshuali925@gmail.com> (cherry picked from commit a7d4395)
…h-project#704. Signed-off-by: Yury-Fridlyand <yuryf@bitquilltech.com>
* Fix java installation for SQL plugin workflow; * Backport workbench CI fixes from opensearch-project#588 and opensearch-project#704. Signed-off-by: Yury-Fridlyand <yuryf@bitquilltech.com>

Signed-off-by: Joshua Li joshuali925@gmail.com
Description
[Describe what this change achieves]
Issues Resolved
[List any issues this PR will resolve]
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.