Skip to content

Commit

Permalink
Infra: FE: limit pnpm and node version enforcement to the major versi…
Browse files Browse the repository at this point in the history
…ons (#777)
  • Loading branch information
yeikel authored Jan 15, 2025
1 parent b918ab0 commit ed49499
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@
"whatwg-fetch": "3.6.20"
},
"engines": {
"node": "^22.12.0",
"pnpm": "^9.15.0"
"node": "^22",
"pnpm": "^9"
},
"pnpm": {
"overrides": {
Expand Down

0 comments on commit ed49499

Please sign in to comment.