Skip to content

Commit a49bd7d

Browse files
committed
🔧 chore(deps): declare node floor
- 🔧 make the lint-staged 17 runtime requirement explicit
1 parent d7653ab commit a49bd7d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"packageManager": "pnpm@10.33.3+sha512.a19744364a7e248b92657a4ca5973f9354d21caf982579674b1c539f32c7420c47138ad8b1254df07aba9bc782d9b3029e3db34d5dbff974326eb74dac8ff489",
3+
"engines": {
4+
"node": ">=22.22.1"
5+
},
36
"scripts": {
47
"format": "prettier --write --ignore-unknown --log-level=warn . && autocorrect --fix .",
58
"lint": "eslint . --no-error-on-unmatched-pattern && pnpm run --filter '*' lint && prettier --check --ignore-unknown .",

0 commit comments

Comments
 (0)