Skip to content

Commit e31cb77

Browse files
committed
fix: downgrade husky to 8.0.3 to fix ci issue on node 14
1 parent 9c79b6a commit e31cb77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"cross-env": "^7.0.3",
3131
"eslint": "^8.40.0",
3232
"eslint-config-xo-lass": "^2.0.1",
33-
"husky": "^9.0.11",
33+
"husky": "8.0.3",
3434
"lint-staged": "^15.2.5",
3535
"nyc": "^15.1.0",
3636
"remark-cli": "11.0.0",

0 commit comments

Comments
 (0)