Skip to content

Commit

Permalink
chore: declare yarn version 1.22.22 in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed May 21, 2024
1 parent 27fd9ed commit 6285a06
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
],
"main": "lib/index.js",
"engines": {
"node": "^18.16 || >=20"
"node": "^18.16 || >=20",
"yarn": "^1.22.22"
},
"scripts": {
"setup": "yarn install && yarn setup:postinstall",
Expand Down Expand Up @@ -84,5 +85,6 @@
"allowScripts": {
"@lavamoat/preinstall-always-fail": false
}
}
},
"packageManager": "yarn@1.22.22"
}

0 comments on commit 6285a06

Please sign in to comment.