Skip to content

Commit

Permalink
馃悰 fix: Lock changelog packages major versions
Browse files Browse the repository at this point in the history
  • Loading branch information
honzabubenik committed May 12, 2024
1 parent b78921c commit c6857dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-npm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c6857dd

Please sign in to comment.