Set yarn engine version (#5011)

* Set yarn engine version

* release notes

* more precise version
This commit is contained in:
Roger Goldfinger
2025-05-17 21:34:01 -07:00
committed by GitHub
parent b5ece8e221
commit 0dca8498fe
2 changed files with 8 additions and 1 deletions

View File

@@ -83,7 +83,8 @@
"rollup": "4.40.1" "rollup": "4.40.1"
}, },
"engines": { "engines": {
"node": ">=20" "node": ">=20",
"yarn": "^4.7.0"
}, },
"lint-staged": { "lint-staged": {
"*.{js,jsx,ts,tsx,md,json,yml}": [ "*.{js,jsx,ts,tsx,md,json,yml}": [

View File

@@ -0,0 +1,6 @@
---
category: Maintenance
authors: [rgoldfinger]
---
Add a package.json engine version for Yarn