Commit a141f0c 1 parent b7ceb4c commit a141f0c Copy full SHA for a141f0c
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 89
89
npm --version
90
90
- name : Install commitlint
91
91
# 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}
93
93
- name : Install yarn
94
94
run : |
95
95
npm install --global yarn
@@ -121,7 +121,7 @@ jobs:
121
121
sudo apt install --yes --no-install-recommends npm curl
122
122
- name : Install commitlint
123
123
# 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}
125
125
- name : Install yarn
126
126
run : |
127
127
npm install --global yarn
You can’t perform that action at this time.
0 commit comments