Skip to content

Commit

Permalink
ci: fix commitlint action version
Browse files Browse the repository at this point in the history
  • Loading branch information
dangreen committed Nov 26, 2022
1 parent bb261de commit 53ea0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: Run commitlint
uses: wagoid/commitlint-github-action@v5
uses: wagoid/commitlint-github-action@v5.3.0
env:
NODE_PATH: ${{ github.workspace }}/node_modules

0 comments on commit 53ea0c9

Please sign in to comment.