Skip to content

Commit a141f0c

Browse files
committed
WIP2
Use the fucking same as Kochava/github-workflows/pull/30/files (github.com).
1 parent b7ceb4c commit a141f0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
npm --version
9090
- name: Install commitlint
9191
# NOTE: maintain this line below in sync with commitlint.sh
92-
run: npm install @commitlint/{config-conventional@v18.6.1,cli@v18.6.1}
92+
run: npm install --save-dev @commitlint/{config-conventional@v18.6.0,cli}
9393
- name: Install yarn
9494
run: |
9595
npm install --global yarn
@@ -121,7 +121,7 @@ jobs:
121121
sudo apt install --yes --no-install-recommends npm curl
122122
- name: Install commitlint
123123
# NOTE: maintain this line below in sync with commitlint.sh
124-
run: npm install @commitlint/{config-conventional@v18.6.1,cli@v18.6.1}
124+
run: npm install --save-dev @commitlint/{config-conventional@v18.6.0,cli}
125125
- name: Install yarn
126126
run: |
127127
npm install --global yarn

0 commit comments

Comments
 (0)