Skip to content

Commit b3e6115

Browse files
committed
fix: downgrade husky to 8.0.3 to fix ci issue on node 14
1 parent 7e7b0c4 commit b3e6115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"eslint-config-xo-lass": "^2.0.1",
4040
"events.once": "^2.0.2",
4141
"fixpack": "^4.0.0",
42-
"husky": "^9.0.11",
42+
"husky": "8.0.3",
4343
"into-stream": "7",
4444
"lint-staged": "^15.2.2",
4545
"nyc": "^15.1.0",

0 commit comments

Comments
 (0)