You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We ran into this issue because we were getting deprecation warning for node v20 as was fixed in #139 back in May, however because we followed the docs and installed using this code:
- uses: allure-framework/setup-allurectl@v1
We only got the v1.0.0.
I think it's common practice to either bump the v1 tag on each release of v1.x or (maybe) even github does this automatically if there is no v1 tag in the repo. Either way the tag points to the original v1.0.0 release: https://github.com/allure-framework/setup-allurectl/tags
The text was updated successfully, but these errors were encountered:
We ran into this issue because we were getting deprecation warning for node v20 as was fixed in #139 back in May, however because we followed the docs and installed using this code:
We only got the v1.0.0.
I think it's common practice to either bump the v1 tag on each release of v1.x or (maybe) even github does this automatically if there is no v1 tag in the repo. Either way the tag points to the original v1.0.0 release: https://github.com/allure-framework/setup-allurectl/tags
The text was updated successfully, but these errors were encountered: