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

use newer version of actions/checkout and actions/setup-python, to avoid relying on deprecated node.js 16 #4548

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

boegel
Copy link
Member

@boegel boegel commented Jun 5, 2024

fix for warning popping up in GitHub Actions:

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

@boegel boegel modified the milestones: 4.9.2, release after 4.9.2 Jun 6, 2024
@boegel
Copy link
Member Author

boegel commented Jun 7, 2024

The tests that use a CentOS 7.9 container are failing, because node.js 20 doesn't work there:

 /__e/node20/bin/node: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by /__e/node20/bin/node)

So this may have to wait until we no longer need to test in CentOS 7.9 (i.e. when we've collapsed the 5.0.x branch into develop in preparation for releasing EasyBuild v5.0)

@boegel boegel modified the milestones: release after 4.9.2, 5.0 Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant