Skip to content

Commit

Permalink
ci(node): update node version in commit-check
Browse files Browse the repository at this point in the history
  • Loading branch information
kdhttps committed Nov 22, 2023
1 parent 5f6f65e commit 2c070f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commit-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- uses: actions/setup-node@v3.1.1
with:
node-version: 16
node-version: 18
- run: |
npm install --save-dev @commitlint/{config-conventional,cli}
echo "module.exports = {extends: ['@commitlint/config-conventional']};" > commitlint.config.js
Expand Down

0 comments on commit 2c070f3

Please sign in to comment.