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

Replace Node.js 16 with Node.js 20 #144

Merged
merged 5 commits into from
Jan 28, 2024
Merged

Conversation

raminqaf
Copy link
Contributor

@raminqaf raminqaf commented Jan 24, 2024

Closes #143

According to GitHub Actions migration guide, this is the only step that we need to take to move from Node.js 16 to Node.js 20

https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#example-using-nodejs-v20

On top I have updated deprecated dependencies

Copy link

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@andstor andstor merged commit 05baca1 into andstor:main Jan 28, 2024
2 checks passed
@andstor
Copy link
Owner

andstor commented Jan 28, 2024

Thank you 😊

@andyw8
Copy link

andyw8 commented Jan 29, 2024

👋 I'm curious why this needed to be a new major version release?

@andstor
Copy link
Owner

andstor commented Jan 29, 2024

👋 @andyw8 I might have been a bit too conservative on the versioning. As it seems that all the action runners provided by GitHub now supports Node.js 20, we could probably have gotten away with simply a patch version. Though, it is technically a breaking change. At least for self-hosted runners. However, one could debate if it is the responsibility of the action or the self-hosted users to avoid environment-related breaking changes.

CharlesChiuGit pushed a commit to ayamir/nvimdots that referenced this pull request Jan 30, 2024
see andstor/file-existence-action#144

Signed-off-by: Cyberczy <109653523+Cyberczy@users.noreply.github.com>
misumisumi pushed a commit to misumisumi/nvimdots that referenced this pull request Mar 5, 2024
see andstor/file-existence-action#144

Signed-off-by: Cyberczy <109653523+Cyberczy@users.noreply.github.com>
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.

Node.js 16 actions are deprecated
3 participants