Skip to content

Commit

Permalink
Implement upper limit on yarn version
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJem committed Oct 3, 2024
1 parent 498324a commit bd91d0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"node": ">=18",
"npm": "please-use-yarn",
"pnpm": "please-use-yarn",
"yarn": ">=1.22.x"
"yarn": ">=1.22.0 <2.0.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"node": ">=18",
"npm": "please-use-yarn",
"pnpm": "please-use-yarn",
"yarn": ">=1.22.x"
"yarn": ">=1.22.0 <2.0.0"
}
}

0 comments on commit bd91d0c

Please sign in to comment.