diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 4658992..d4129fa 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -36,7 +36,7 @@ jobs: run: | sudo apt update sudo apt install -y git curl - curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - + curl -sL https://deb.nodesource.com/setup_18.x | sudo -E bash - sudo DEBIAN_FRONTEND=noninteractive apt install -y nodejs - name: Print versions run: |