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

Migrate the runtime to NodeJS v16 #489

Closed
wants to merge 8 commits into from

Conversation

KengoTODA
Copy link
Contributor

@KengoTODA KengoTODA commented Feb 28, 2022

Hello 👋,

GitHub Actions now supports NodeJS v16 as the runtime of JavaScript Action. It is also announced in the official documentation.

We will meet the EOL of NodeJS v12 very soon, the end of this AprilNodeJS v12 is not maintained any more, so I want to suggest the migration to NodeJS v16 (v14 is not supported as runtime for JavaScript Actions).

Note that this PR also encourages developers to use NodeJS v16 or later to code and test (c71c2a1). It is an optional change, but I believe it's valuable to avoid needless confusion which comes from version mismatch between test and runtime. This PR also follow the Recommended Node TSConfig settings for NodeJS v16 to provide the best development experience to template users. These two are major differences with #478.

Thanks for checking this PR. Have a nice holiday! 🎄

@KengoTODA KengoTODA requested a review from a team as a code owner February 28, 2022 03:21
@ncalteen
Copy link
Collaborator

👋🏻 Hello! Apologies for the delay on this issue. I am going through this repository and making some large updates. This will be resolved by #732

@ncalteen ncalteen mentioned this pull request Aug 24, 2023
@ncalteen ncalteen self-assigned this Aug 24, 2023
@ncalteen
Copy link
Collaborator

I've merged this change into #732 so that your contributions will be tracked :) I am going to go ahead and close this PR while we track the remaining work in the larger one. Thank you for the contributions!

@ncalteen ncalteen closed this Aug 24, 2023
@KengoTODA KengoTODA deleted the node-16-rebased branch August 27, 2023 22:58
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.

None yet

3 participants