Skip to content

Commit

Permalink
[code-infra] Fix pnpm version in package.json engines (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot authored May 22, 2024
1 parent 97b616b commit 53e72bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@
"yargs": "^17.7.2"
},
"packageManager": "[email protected]",
"engines": {
"pnpm": "9.0.6"
},
"resolutions": {
"@babel/core": "^7.24.5",
"@babel/code-frame": "^7.24.2",
Expand Down

0 comments on commit 53e72bd

Please sign in to comment.