Skip to content

Commit

Permalink
build: update to setup-node@v2
Browse files Browse the repository at this point in the history
commit-lint.yml uses setup-node@v1 but all our other GitHub Actions use
v2. Update commit-lint.yml.
  • Loading branch information
Trott committed Jul 12, 2021
1 parent a518e4b commit 81096eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commit-lint.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
# Last 100 commits should be enough for a PR
fetch-depth: 100
- name: Use Node.js 12
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 12.x
- name: Validate commit messages
Expand Down

0 comments on commit 81096eb

Please sign in to comment.