Skip to content

Commit c34ddcc

Browse files
fix node version
1 parent d754134 commit c34ddcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/commit-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
fetch-depth: 0
1616
- uses: actions/setup-node@v3
1717
with:
18-
node-version: 18
18+
node-version: 18.12.0
1919
- run: yarn add -D @commitlint/cli
2020
- run: npx commitlint --from HEAD~${{ github.event.pull_request.commits }} --to HEAD

0 commit comments

Comments
 (0)