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
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.
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
The text was updated successfully, but these errors were encountered: