From e31cb77dc6b18e676d053d941a94a2c83ead406e Mon Sep 17 00:00:00 2001 From: titanism <101466223+titanism@users.noreply.github.com> Date: Mon, 27 May 2024 12:34:10 -0500 Subject: [PATCH] fix: downgrade husky to 8.0.3 to fix ci issue on node 14 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2282b15..534b438 100644 --- a/package.json +++ b/package.json @@ -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",