-
Notifications
You must be signed in to change notification settings - Fork 206
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
Deprecation Warning for Node.js 16 in GitHub Actions: Update Required #77
Comments
I have already updated the following and created pull request. If accepted it will be fixed |
There are two PRs open for this: |
I did my own version with some opened PR from here included: https://github.com/lgmorand/github-profile-3d-contrib I'm totally fine to have multi contributors |
@jagaldol I upgraded to node20 with version 0.7.2. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When running GitHub Actions with the
generate-github-profile-3d-contrib
workflow, there is a deprecation warning indicating that Node.js 16 actions are deprecated. The recommendation is to update to Node.js 20. The specific actions mentioned in the warning areactions/checkout@v3
andyoshi389111/github-profile-3d-contrib@0.7.1
.To Reproduce
Steps to reproduce the behavior:
actions/checkout@v3
andyoshi389111/github-profile-3d-contrib@0.7.1
.Expected behavior
The GitHub Actions workflow should run without deprecation warnings. Updating the underlying Node.js version used by the actions to Node.js 20 is expected to resolve the warning.
Screenshots

Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: