-
Notifications
You must be signed in to change notification settings - Fork 20
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
feat(ci): update github actions to node 16 #639
Conversation
|
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.
looks good to me 👍
d8f4a1e
to
5a1ae37
Compare
Hey @aali309, would you be able to rebase? I tried GitHub's automated rebase, but it seems to have made the commits unverified. |
https://github.com/orgs/community/discussions/11639 |
5a1ae37
to
f0321b8
Compare
done |
Welcome to Cryostat! 👋
Before contributing, make sure you have:
main
branch[chore, ci, docs, feat, fix, test]
git commit -S -m "YOUR_COMMIT_MESSAGE"
Fixes: #638
Description of the change:
This change updates GitHub actions node version from 12 that is deprecated to v16
Motivation for the change:
Running workflows produces warning of the deprecated node 12 version
How to manually test: