Skip to content

Commit

Permalink
Upgrade to node 18 and disabled commitlint
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-jasso committed Jul 30, 2024
1 parent ba1c081 commit b6c72d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
4 changes: 0 additions & 4 deletions .husky/commit-msg

This file was deleted.

11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@
"typescript": "5.1.6"
},
"engines": {
"node": "^16.19.1",
"yarn": "^1.22.11"
"node": "18.*",
"yarn": "1.*"
},
"volta": {
"node": "16.19.1",
"yarn": "1.22.11"
"node": "18.*",
"yarn": "1.*"
},
"engineStrict": true,
"lint-staged": {
Expand All @@ -102,8 +102,7 @@
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "yarn commitlint --edit $1"
"pre-commit": "lint-staged"
}
},
"dependencies": {}
Expand Down

0 comments on commit b6c72d1

Please sign in to comment.