Skip to content

Commit

Permalink
provide specific engine boundaries for nodejs and yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
rigelk committed Jun 22, 2020
1 parent 1ebddad commit 0c4bacb
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 @@ -5,7 +5,8 @@
"private": true,
"licence": "AGPL-3.0",
"engines": {
"node": ">=10.x"
"node": ">=10.x <13",
"yarn": ">=1.x"
},
"bin": {
"peertube": "dist/server/tools/peertube.js"
Expand Down

0 comments on commit 0c4bacb

Please sign in to comment.