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

chore: upgrade nodejs version #132

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

coquer
Copy link

@coquer coquer commented Mar 20, 2024

Upgrade nodejs version to 20. Closes #131

@say8425 say8425 self-requested a review March 22, 2024 04:19
@say8425 say8425 added the 🏭 ci Faster and more reliable label Mar 22, 2024
@coquer coquer force-pushed the master branch 3 times, most recently from c864965 to 3297181 Compare April 8, 2024 13:45
@coquer coquer requested a review from say8425 April 8, 2024 13:46
@coquer
Copy link
Author

coquer commented Apr 8, 2024

@say8425 I will have a look at test-github-actions later, don't know why is failing.

@say8425
Copy link
Owner

say8425 commented Apr 13, 2024

Looks the test was failed. This gh action has a test that really request getting a AWS secret manager key-value. Test log says getting a value is nothing.

@coquer
Copy link
Author

coquer commented Apr 13, 2024

Will have a look to see what is going on.

@@ -3,7 +3,6 @@ const aws = require('aws-sdk')
const fs = require('fs')

const outputPath = core.getInput('OUTPUT_PATH')
const secretName = core.getInput('SECRET_NAME')
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think secretName was removed make this action failed. How about recover it?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like that. We will have a look at it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏭 ci Faster and more reliable
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Node 20 Migration Required - Node 16 is Deprecated
3 participants