We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e91053a commit 25f45d5Copy full SHA for 25f45d5
.github/workflows/commit-lint.yml
@@ -11,7 +11,7 @@ jobs:
11
# Last 100 commits should be enough for a PR
12
fetch-depth: 100
13
- name: Use Node.js 12
14
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v2
15
with:
16
node-version: 12.x
17
- name: Validate commit messages
0 commit comments