Skip to content

Commit

Permalink
Enforce yarn version
Browse files Browse the repository at this point in the history
Closes #6695.
  • Loading branch information
code-asher committed Jul 12, 2024
1 parent 6a14070 commit 37a72ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@
"remote-development"
],
"engines": {
"node": "20"
"node": "20",
"yarn": "1"
},
"jest": {
"transform": {
Expand Down

0 comments on commit 37a72ce

Please sign in to comment.