Skip to content

v3.0.0 - Update dependencies to use node16 runtime

Compare
Choose a tag to compare
@magni- magni- released this 12 Oct 23:28
· 60 commits to master since this release
06d0777

🛠️ Updates

This release upgrades our dependencies to versions running their steps on Node 16 rather than on deprecated Node 12. This could potentially be a breaking change for some users:

This change adds a minimum runner version(node12 -> node16), which can break users using an out-of-date/fork of the runner. This would be most commonly affecting users on GHES 3.3 or before, as those runners do not support node16 actions and they can use actions from github.com via github connect or manually copying the repo to their GHES instance.