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

Update node version #1032

Closed
jbum opened this issue Mar 12, 2024 · 3 comments
Closed

Update node version #1032

jbum opened this issue Mar 12, 2024 · 3 comments
Assignees
Labels
bug Something isn't working response-requested Waiting on additional info and feedback. Will move to 'closing-soon' in 5 days.

Comments

@jbum
Copy link

jbum commented Mar 12, 2024

Describe the bug

When using configure-aws-credentials in a workflow, github reports that the version of node is deprecated, like so:

CleanShot 2024-03-12 at 14 56 28

Expected Behavior

I would like the latest version of configure-aws-credentials to use a non-deprecated version of Node.

Current Behavior

CleanShot 2024-03-12 at 14 56 28

Reproduction Steps

Use configure-aws-credentials in a workflow.

Review the workflow action after it completes.

Possible Solution

Insure all dependencies are up to date.

Additional Information/Context

No response

@jbum jbum added bug Something isn't working needs-triage This issue still needs to be triaged labels Mar 12, 2024
@tim-finnigan tim-finnigan self-assigned this Mar 12, 2024
@tim-finnigan
Copy link
Contributor

Hi @jbum thanks for reaching out. In v4 the runtime was upgraded to node20. Can you try using v4 (for example uses: aws-actions/configure-aws-credentials@v4) and let us know if you run into any issues?

@tim-finnigan tim-finnigan added response-requested Waiting on additional info and feedback. Will move to 'closing-soon' in 5 days. and removed needs-triage This issue still needs to be triaged labels Mar 12, 2024
@kellertk
Copy link
Contributor

@jbum From your error message, you're using @master as the version tag for your action run. That has not been the name of the default branch of this repo for a long time, which is why you're pulling down a legacy version of this action that's running on an old version of node. Please update your workflow file.

Copy link

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working response-requested Waiting on additional info and feedback. Will move to 'closing-soon' in 5 days.
Projects
None yet
Development

No branches or pull requests

3 participants