Skip to content

Commit dacce3d

Browse files
committed
chore: use correct node version
1 parent 150596f commit dacce3d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.husky/pre-commit

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/usr/bin/env sh
22

3+
# Ensure we use the correct Node.js version by setting PATH
4+
export PATH="/opt/homebrew/bin:$PATH"
5+
36
# Run lint-staged to check only the files that are being committed
47
pnpm lint-staged
58

0 commit comments

Comments
 (0)