We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09ad64d commit bfc07efCopy full SHA for bfc07ef
.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