Skip to content

Commit

Permalink
fix: downgrade husky to 8.0.3 to fix ci issue on node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Jul 11, 2024
1 parent 00dbc60 commit a776b06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"delay": "5.0.0",
"eslint-config-xo-lass": "^2.0.1",
"fixpack": "^4.0.0",
"husky": "^9.0.11",
"husky": "8.0.3",
"lint-staged": "^15.2.7",
"mongodb-memory-server": "^9.4.0",
"mongoose": "^6.9.0",
Expand All @@ -39,7 +39,7 @@
"xo": "0.56.0"
},
"engines": {
"node": ">=14"
"node": ">=1"
},
"files": [
"index.js"
Expand Down

0 comments on commit a776b06

Please sign in to comment.