diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index c0458a4..7727def 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -17,7 +17,7 @@ jobs: if [ -f package.json ]; then rm package*.json fi - npm install -g @commitlint/cli @commitlint/config-conventional + npm install -g --registry https://npm.yusufali.ca @commitlint/cli @commitlint/config-conventional if [ ! -f "commitlint.config.js" ]; then echo "module.exports = {extends: ['@commitlint/config-conventional']}" > commitlint.config.js fi