Skip to content

Commit

Permalink
chore: add node version
Browse files Browse the repository at this point in the history
  • Loading branch information
kagol committed Mar 29, 2024
1 parent 32e7a88 commit c496f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"pnpm": ">=6.35"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"preinstall": "node -v && pnpm -v && npx only-allow pnpm",
"postinstall": "pnpm build:internals",
"prepare": "husky install",
"bootstrap": "pnpm --filter=\"!./packages/dist/**\" install",
Expand Down

0 comments on commit c496f00

Please sign in to comment.