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

runtime: upgrade nodejs runtime from v12 to v16 #120

Merged
merged 3 commits into from Apr 4, 2022
Merged

runtime: upgrade nodejs runtime from v12 to v16 #120

merged 3 commits into from Apr 4, 2022

Conversation

chenrui333
Copy link
Contributor

@chenrui333 chenrui333 commented Apr 4, 2022

Node 12 has an end of life on April 30, 2022.

This PR updates the default runtime to node16, rather then node12.

This is supported on all Actions Runners v2.285.0 or later.

Signed-off-by: Rui Chen <rui@chenrui.dev>
Signed-off-by: Rui Chen <rui@chenrui.dev>
Signed-off-by: Rui Chen <rui@chenrui.dev>
@chenrui333
Copy link
Contributor Author

Should be a version bump after the PR merge. Thanks!

@@ -29,7 +29,7 @@
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@vercel/ncc": "^0.29.0",
"@vercel/ncc": "^0.33.3",
Copy link
Owner

Choose a reason for hiding this comment

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

whats the reasoning behind bumping ncc?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

no reasoning, but just thinking to use the latest.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

maybe this one in mind, vercel/ncc#801

Copy link
Owner

Choose a reason for hiding this comment

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

sounds good!

@mxschmitt mxschmitt merged commit 55b10e9 into mxschmitt:master Apr 4, 2022
@chenrui333 chenrui333 deleted the update-runtime-to-nodejs@16 branch April 4, 2022 21:22
@chenrui333
Copy link
Contributor Author

Thanks @mxschmitt !

iTrooz pushed a commit to iTrooz/action-tmate that referenced this pull request Oct 9, 2022
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

2 participants