Open babblebey opened 1 month ago
this is likely because an older npm version is being used in that pipeline. for auditing signatures, the latest npm version is needed. we've added the packageManager
property the package.json
of others of the repos under this org using corepack: corepack use npm@latest
. with that added, we can prepend the audit command as corepack npm audit signatures
and it will make sure to leverage the npm version from the packageManager
property. renovate will also keep that value from growing stale for us
During the implementation of #411, In order to follow established convention in other ESM conversion, I introduced the
npm audit signature
command into the CI process, but I get below error occurs when it runs in CI, also when it runs in local environment.Find more details here: https://github.com/semantic-release/exec/actions/runs/11259848667/job/31309764144