mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 20:44:32 -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"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20"
|
||||
"node": ">=20",
|
||||
"yarn": "^4.7.0"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{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