Skip to content

Commit

Permalink
CI: WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte authored and Mersho committed Feb 14, 2024
1 parent 3cf0c5c commit 8133efc
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,8 @@ jobs:
node --version
npm --version
- name: Install commitlint
run: |
npm install conventional-changelog-conventionalcommits
npm install commitlint@latest
# NOTE: maintain this line below in sync with commitlint.sh
run: npm install @commitlint/{config-conventional@v18.6.1,cli@v18.6.1}
- name: Install yarn
run: |
npm install --global yarn
Expand Down Expand Up @@ -121,9 +120,8 @@ jobs:
sudo apt install --yes --no-install-recommends npm curl
- name: Install commitlint
run: |
npm install conventional-changelog-conventionalcommits
npm install commitlint@latest
# NOTE: maintain this line below in sync with commitlint.sh
run: npm install @commitlint/{config-conventional@v18.6.1,cli@v18.6.1}
- name: Install yarn
run: |
npm install --global yarn
Expand Down

0 comments on commit 8133efc

Please sign in to comment.