-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Update Node.js to 20 #115
Update Node.js to 20 #115
Conversation
Signed-off-by: Alexander Brandes <mc.cache@web.de>
uses: actions/checkout@v3 | ||
- uses: actions/setup-node@v3 | ||
uses: actions/checkout@v4 | ||
- uses: actions/setup-node@v4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unrelated to the underlying 16 -> 20 update but ensures workflows in this repository don't yield the same deprecation warning.
I'd like to update bigbluebutton/bigbluebutton#19777 with a new release of actions-label-merge-conflict to fix the deprecated node issues. Is it possible to merge this pull request and tag a new release? Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure why CI didn't run. Will check after merge and then do a release
Released as |
Thanks! |
The change proposed updates Node.js from 16 to 20 to address the GH action deprecation warning.
Fixes #114
I would appreciate a release after merge @eps1lon :)