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