diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index d19c7b7..7ed6767 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -11,8 +11,6 @@ jobs: fetch-depth: 0 - name: Install required dependencies run: | - apt update - apt install -y sudo sudo apt install -y git curl curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - sudo DEBIAN_FRONTEND=noninteractive apt install -y nodejs