fix: update commitlint to not use abandoned node (#110)

This commit is contained in:
Vollstrecker 2024-03-08 19:40:19 +01:00 committed by GitHub
parent a99c80c266
commit 5005e6d1e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,18 +8,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: 14.x
- name: Install dependencies
run: npm install -g @commitlint/cli @commitlint/config-conventional
- name: Validate all commits from PR
run: |
npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose
- uses: actions/checkout@v3
- uses: wagoid/commitlint-github-action@v5