Skip to content

Commit

Permalink
fix(ci): bump node version to 18 for commit check
Browse files Browse the repository at this point in the history
Signed-off-by: iverly <github@iverly.net>
  • Loading branch information
iverly committed Dec 3, 2023
1 parent 2c8140a commit c43a7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '18'
- name: Install dependencies
run: npm install @commitlint/config-conventional
- name: Configure commitlint
Expand Down

0 comments on commit c43a7d3

Please sign in to comment.