Skip to content

Commit

Permalink
ci: remove conventional-changelog-conventionalcommits
Browse files Browse the repository at this point in the history
  • Loading branch information
lsndr committed Dec 25, 2023
1 parent 2e9a439 commit 7d22733
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
- name: Install dependencies
run: |
# Remove semantic-release because it's not compatible with Node 14
yarn remove semantic-release @semantic-release/git
yarn remove semantic-release @semantic-release/git conventional-changelog-conventionalcommits
yarn install
- name: Download artifacts
uses: actions/download-artifact@v3
Expand Down Expand Up @@ -249,7 +249,7 @@ jobs:
- name: Install dependencies
run: |
# Remove semantic-release because it's not compatible with Node 14
yarn remove semantic-release @semantic-release/git
yarn remove semantic-release @semantic-release/git conventional-changelog-conventionalcommits
yarn install
- name: Download artifacts
uses: actions/download-artifact@v3
Expand Down Expand Up @@ -284,7 +284,7 @@ jobs:
- name: Install dependencies
run: |
# Remove semantic-release because it's not compatible with Node 14
yarn remove semantic-release @semantic-release/git
yarn remove semantic-release @semantic-release/git conventional-changelog-conventionalcommits
yarn config set supportedArchitectures.libc "musl"
yarn install
- name: Download artifacts
Expand Down

0 comments on commit 7d22733

Please sign in to comment.