Skip to content

Commit 6212770

Browse files
Try node 16
1 parent 9aae7eb commit 6212770

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/git-commit-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
- uses: actions/checkout@v4
1313
with:
1414
ref: ${{ github.event.pull_request.head.sha }}
15-
- name: Use Node.js 20.x
15+
- name: Use Node.js 16.x
1616
uses: actions/setup-node@v4
1717
with:
18-
node-version: 20
18+
node-version: 16
1919
- name: Fetch origin
2020
run: git fetch origin
2121
- name: Event Sender

0 commit comments

Comments
 (0)