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
Bump major version when upgrading to node16 #1077
Comments
Apologies for causing this issue, and thank you for reporting it. I had no idea GitHub Enterprise could not use node 16. I've created a new release, I'll research this a bit more before attempting a runtime update again. |
Scratch that. I see that GitHub Enterprise supports only node 12. So I won't be updating this action's runtime for now. |
@peter-evans thanks for reverting it. You could release the use of But I have testet out our script after your update and it works |
So it turns out that Node 12 is EOL on 30 Apr 2022. That's why many of the official GitHub actions are releasing new major versions supporting node 16 recently. Perhaps that also means it will soon be supported in GHE. I think perhaps it does make sense to release a major version on Node 16, since Node 12 will be EOL in 2 months time. I will give this some consideration. |
I just noticed this https://github.com/actions/checkout#whats-new
It's supported in the latest release candidate. |
We have a planed update within the next week or two. If you release it as a major version we will update our workflows after the update. If you release it under a minor tag, then we will correct our workflows to v3.1.12 and then back to v3 after the update. We prefer the major tag solution but we can handle the other with a little more work. |
Released the node 16 runtime update as |
The readme still references v3. |
Subject of the issue
We are using your action on a github enterprise solution. The GitHub enterprise version is behind compared to the github.com version. Therefore
node16
is not available there before we upgrade our enterprise solution.This cause an error when trying to download your action.
GitHub actions like github-scripts creates a new major version when implementing changes that will impact github enterprise users.
Is it possible release the action with a new major version tag?
Steps to reproduce
Running the action on a GitHub enterprise that only supports
node12
will cause the following error:The text was updated successfully, but these errors were encountered: