Skip to content

Commit

Permalink
chore: allow node 20 for dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
Trombach committed Dec 19, 2024
1 parent bba9128 commit dc5a1e1
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 @@ -72,8 +72,8 @@
"vercel": "^39.2.2"
},
"engines": {
"pnpm": ">= 9",
"node": "22.x"
"pnpm": ">=9",
"node": ">=20 <23"
},
"packageManager": "[email protected]+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c",
"pnpm": {
Expand Down

0 comments on commit dc5a1e1

Please sign in to comment.