diff --git a/setup-npm/action.yml b/setup-npm/action.yml index 37b4fb4..a41798b 100644 --- a/setup-npm/action.yml +++ b/setup-npm/action.yml @@ -38,7 +38,7 @@ runs: - run: | npm ci --ignore-scripts npm config set registry https://registry.npmjs.org/ --location=project - npm i -D conventional-changelog conventional-changelog-cli conventional-recommended-bump@9 @localazy/conventional-changelog-preset https://github.com/localazy/conventional-changelog-writer.git + npm i -D conventional-changelog@5 conventional-changelog-cli@4 conventional-recommended-bump@9 @localazy/conventional-changelog-preset https://github.com/localazy/conventional-changelog-writer.git rm .npmrc git checkout .npmrc || true shell: bash