Skip to content

Commit

Permalink
Added yarn to engine
Browse files Browse the repository at this point in the history
  • Loading branch information
paustint committed Feb 18, 2024
1 parent 538127f commit 5455055
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 @@ -9,7 +9,8 @@
"version": "3.10.3",
"license": "GNU Lesser General Public License v3.0",
"engines": {
"node": "20"
"node": "20",
"yarn": "1.22.21"
},
"scripts": {
"init:project": "ts-node ./scripts/init-project.ts",
Expand Down

0 comments on commit 5455055

Please sign in to comment.