Skip to content

feat: Update Node version from 20 to 24 in action.yml - #353

Open
nhs-tkawasaki wants to merge 2 commits into
NasAmin:mainfrom
nhs-tkawasaki:feature/action-node24
Open

feat: Update Node version from 20 to 24 in action.yml#353
nhs-tkawasaki wants to merge 2 commits into
NasAmin:mainfrom
nhs-tkawasaki:feature/action-node24

Conversation

@nhs-tkawasaki

@nhs-tkawasaki nhs-tkawasaki commented May 6, 2026

Copy link
Copy Markdown
Contributor

Resolve #344

Note

After this update, the following deprecation warning may appear in the workflow logs:

[DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.

This is caused by @opentelemetry/auto-instrumentations-node internally using the built-in punycode module.
It does not affect functionality.
For details, see DEP0040.

Signed-off-by: Kawasaki Taiga <134684996+nhs-tkawasaki@users.noreply.github.com>
@nhs-tkawasaki

Copy link
Copy Markdown
Contributor Author

@NasAmin
Thanks for approving the PR!

FYI, it looks like the required checks are stuck in the “Expected” state. Since this PR has been open for more than 30 days, I suspect the pending workflow run may have been automatically deleted before it was approved.

Closing and reopening the PR from the maintainer side might retrigger the checks.
Please let me know if you’d like me to do anything on my side.

@NasAmin NasAmin closed this Jul 25, 2026
@NasAmin NasAmin reopened this Jul 25, 2026
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

Successfully merging this pull request may close these issues.

Update to run using Node 24

2 participants