Skip to content

Commit

Permalink
Restrict Yarn to 1.x.x
Browse files Browse the repository at this point in the history
  • Loading branch information
scinos committed Aug 27, 2022
1 parent 48ec0f3 commit 6decab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"engines": {
"node": ">=14",
"yarn": ">=1"
"yarn": "~1"
},
"dependencies": {
"@yarnpkg/lockfile": "^1.1.0",
Expand Down

0 comments on commit 6decab3

Please sign in to comment.