fix: replace .npmrc node version with engines in package.json (#7623)
This commit is contained in:
parent
d0f26f8734
commit
d3b26996dd
2 changed files with 4 additions and 4 deletions
|
|
@ -39,5 +39,8 @@
|
|||
"sharp": "0.33.5"
|
||||
}
|
||||
},
|
||||
"packageManager": "pnpm@10.12.1"
|
||||
"packageManager": "pnpm@10.12.1",
|
||||
"engines": {
|
||||
"node": ">=22.18.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue