Skip to content

Commit 8a8a14a

Browse files
committed
chore: add post-merge hook
1 parent b6963a7 commit 8a8a14a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.husky/post-merge

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pnpm install --force

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"prepare": "husky"
2323
},
2424
"engines": {
25-
"node": ">=20"
25+
"node": ">=22"
2626
},
2727
"repository": {
2828
"type": "git",

0 commit comments

Comments
 (0)