Closed reta closed 4 months ago
@peterzhuamazon fyi
Hi @reta ,
This is due to Github enforcing node20 in github actions since 06/30/2024. https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
For us, all OpenSearch related plugins (not dashboards) are still pulling AL2 images until 2025/06/30 before deprecation. And AL2 does not support node20 due to glibc version is lower than 2.28.
You can use examples from this PR to fix this issue temporarily for now. Note that you can only use action versions that was built on top of older nodejs version (ex: checkout@v3 instead of v4). https://github.com/opensearch-project/k-NN/pull/1795
Thanks.
We are closing this issue for now as it is not related to ci repo but rather github enforcing a dep verion 😄 .
See attached PRs for fix for your repo.
Thanks.
Describe the bug
I see that many GA workflows that use our own CI images are failing with:
To reproduce
Expected behavior
There were no changes in any workflows
Screenshots
If applicable, add screenshots to help explain your problem.
Host / Environment
GA
Additional context
No response
Relevant log output
No response