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

Can the node version upgrade be part of v3? #118

Open
kishaningithub opened this issue Feb 2, 2024 · 1 comment
Open

Can the node version upgrade be part of v3? #118

kishaningithub opened this issue Feb 2, 2024 · 1 comment

Comments

@kishaningithub
Copy link

Context

  • We have failing pipelines due to 2.8.2 minor version which upgrades the node runtime from 16 to 20. Since we are running this in a self hosted runner running amzon linux 2 which out of the box comes with an ancient GLIBC version and is not supported from node js versions >= 18

Error

/home/runner-7748545357-818749055714-0/action-runner/externals/node20/bin/node: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by /home/runner-7748545357-818749055714-0/action-runner/externals/node20/bin/node)
/home/runner-7748545357-818749055714-0/action-runner/externals/node20/bin/node: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by /home/runner-7748545357-818749055714-0/action-runner/externals/node20/bin/node)

Our pipeline

  - name: Post Comment to GitHub PR
    uses: mshick/add-pr-comment@v2
    with:
      message-path: "long-message.txt"

Proposal

@kishaningithub
Copy link
Author

It would be great if this request can be treated with high priority

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant