Closed MaxMustermann2 closed 4 months ago
The Node.js version in the GitHub Actions workflow is downgraded from 22 to 22.4 due to a bug present in version 22.5. A comment is added to explain the bug and advise reverting the version once it is resolved. Additionally, a step to clear the npm cache is introduced using npm cache clean --force
.
Files | Change Summary |
---|---|
.github/workflows/lint.yml |
Node.js version downgraded from 22 to 22.4 due to a bug; added a step to clear npm cache with npm cache clean --force |
In our workflow, a bug did creep, So to version 22.4, we took a leap. With npm cache, we swept it clean, Awaiting fixes, keeping code pristine. 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
A bug in node version 22.5.0 has caused the CI to fail. While a patch has been merged, a release is still awaited. This PR works around that by pinning the node version to one that does not contain the bug.
Once there is a new release, the pinned part (
.4
) can be removedSummary by CodeRabbit