Skip to content

Commit eb3b684

Browse files
Try node 20
1 parent c625a44 commit eb3b684

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
name: Lint Commit Messages
1212

1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515
with:
1616
ref: ${{ github.event.pull_request.head.sha }}
17-
- name: Use Node.js 12.x
18-
uses: actions/setup-node@v1
17+
- name: Use Node.js 20.x
18+
uses: actions/setup-node@v4
1919
with:
20-
node-version: 12.x
20+
node-version: 20
2121
- name: Fetch origin
2222
run: git fetch origin
2323
- name: Event Sender

0 commit comments

Comments
 (0)