Skip to content

Commit

Permalink
fix: bump commitlint to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgroshkov committed Nov 1, 2021
1 parent f43b5f5 commit 5441388
Show file tree
Hide file tree
Showing 3 changed files with 253 additions and 259 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,3 @@ jobs:
./cc-test-reporter before-build
yarn test-ci
./cc-test-reporter after-build -t lcov
- uses: actions/upload-artifact@v2
with: { name: 'unit.xml', path: 'tmp/jest/unit.xml' }
- uses: actions/upload-artifact@v2
with: { name: 'coverage-unit', path: 'coverage/lcov-report' }
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"update-from-dev-lib": "tsn ./src/bin/update-from-dev-lib.ts"
},
"dependencies": {
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@commitlint/cli": "^14.1.0",
"@commitlint/config-conventional": "^14.1.0",
"@naturalcycles/cli": "^1.0.0",
"@naturalcycles/js-lib": "^14.0.0",
"@naturalcycles/nodejs-lib": "^12.0.0",
Expand Down
Loading

0 comments on commit 5441388

Please sign in to comment.