diff --git a/.github/workflows/commit_checks.yaml b/.github/workflows/commit_checks.yaml index 6bd5a7c..2df8e20 100644 --- a/.github/workflows/commit_checks.yaml +++ b/.github/workflows/commit_checks.yaml @@ -18,11 +18,11 @@ jobs: - name: Install required dependencies run: | - apt update - apt install -y sudo - sudo apt install -y git curl + sudo apt update && sudo apt install -y git curl + curl -sL https://deb.nodesource.com/setup_20.x | sudo -E bash - sudo DEBIAN_FRONTEND=noninteractive apt install -y nodejs + npm install conventional-changelog-conventionalcommits npm install commitlint@latest @commitlint/config-conventional