Skip to content

Commit d5476ee

Browse files
committed
build: update engines field in package.json
This commit removes the `yarn` engine field. The `packageManager` version was previously removed, causing Renovate to pick up an outdated Yarn version. Additionally, Yarn Berry does not use this field, rendering it unnecessary.
1 parent 298b554 commit d5476ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
},
3333
"engines": {
3434
"node": "^18.19.1 || ^20.11.1 || >=22.0.0",
35-
"yarn": ">=1.21.1 <2",
3635
"npm": "Please use yarn instead of NPM to install dependencies"
3736
},
3837
"author": "Angular Authors",

0 commit comments

Comments
 (0)