The linter step has failed. Please check for new major versions
and update manually.
Please check workflow run 25533427770 for more
details.
AI Analysis of Linter Failures
Diagnosis
The root cause of the failure is indicated by the CalledProcessError in the log. Specifically, the error message:
npm warn Unknown cli config "--ignore-prepublish". This will stop working in the next major version of npm.
npm error code EBADENGINE
npm error engine Unsupported engine
npm error engine Not compatible with your version of node/npm: ava@7.0.0
npm error notsup Not compatible with your version of node/npm: ava@7.0.0
npm error notsup Required: {"node":"^20.19 || ^22.20 || ^24.12 || >=25"}
npm error notsup Actual: {"node":"v24.9.0","npm":"11.6.3"}
This indicates that the ava package requires a newer version of Node.js (specifically `^20.19 || ^22
The linter step has failed. Please check for new major versions
and update manually.
Please check workflow run
25533427770for moredetails.
AI Analysis of Linter Failures
Diagnosis
The root cause of the failure is indicated by the
CalledProcessErrorin the log. Specifically, the error message:This indicates that the
avapackage requires a newer version of Node.js (specifically `^20.19 || ^22