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 May 27, 2024
1 parent 9c79b6a commit e31cb77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"cross-env": "^7.0.3",
"eslint": "^8.40.0",
"eslint-config-xo-lass": "^2.0.1",
"husky": "^9.0.11",
"husky": "8.0.3",
"lint-staged": "^15.2.5",
"nyc": "^15.1.0",
"remark-cli": "11.0.0",
Expand Down

0 comments on commit e31cb77

Please sign in to comment.