mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-30 10:14:53 -05:00
Set yarn engine version (#5011)
* Set yarn engine version * release notes * more precise version
This commit is contained in:
@@ -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}": [
|
||||||
|
|||||||
6
upcoming-release-notes/5011.md
Normal file
6
upcoming-release-notes/5011.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
category: Maintenance
|
||||||
|
authors: [rgoldfinger]
|
||||||
|
---
|
||||||
|
|
||||||
|
Add a package.json engine version for Yarn
|
||||||
Reference in New Issue
Block a user