Skip to content

Commit

Permalink
chore(workspace): setup upper version limit for engines (#676)
Browse files Browse the repository at this point in the history
#### What this PR does / why we need it:

As per title.
  • Loading branch information
fuxingloh authored Oct 23, 2023
1 parent 163d57b commit 9ea3c3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"packageManager": "[email protected]",
"engines": {
"node": "^18",
"npm": "^8"
"node": "^18 <19",
"pnpm": "^8 <9"
}
}

0 comments on commit 9ea3c3c

Please sign in to comment.