diff --git a/.github/workflows/commit-lint.yml b/.github/workflows/commit-lint.yml index 38424a3..3eeb4b8 100644 --- a/.github/workflows/commit-lint.yml +++ b/.github/workflows/commit-lint.yml @@ -11,8 +11,7 @@ jobs: fetch-depth: 0 - name: Install required dependencies run: | - apt update - apt install -y sudo + sudo apt update 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