Skip to content

Commit

Permalink
feat(actions): downgrade conventional-changelog-angular to 7.0.0
Browse files Browse the repository at this point in the history
This change will pin the version of conventional-changelog-angular instead of using the latest version, which changed their packages to ESM-only. I believe the ESM-only packages causes the issue of require() not being supported.

Signed-off-by: Casale, Robert <[email protected]>
  • Loading branch information
Gearheads committed May 9, 2024
1 parent eb71263 commit fb0dbce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/titlecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: titlecheck

# Run on PR
on:
# enable for testing new changes
# pull_request:
pull_request_target:
types:
- opened
Expand All @@ -20,6 +22,6 @@ jobs:
success-state: Title follows the specification.
failure-state: Title does not follow the specification.
context-name: conventional-pr-title
preset: conventional-changelog-angular@latest
preset: conventional-changelog-angular@7.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fb0dbce

Please sign in to comment.