From b3e611503cdb18754ee7876ae9395ec84d34fa1e Mon Sep 17 00:00:00 2001 From: titanism <101466223+titanism@users.noreply.github.com> Date: Tue, 30 Apr 2024 16:17:20 -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 90ba5c8..342eba9 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "eslint-config-xo-lass": "^2.0.1", "events.once": "^2.0.2", "fixpack": "^4.0.0", - "husky": "^9.0.11", + "husky": "8.0.3", "into-stream": "7", "lint-staged": "^15.2.2", "nyc": "^15.1.0",