Skip to content

Commit

Permalink
chore: relax node version restriction in package.json (#7062)
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig authored and philknows committed Sep 3, 2024
1 parent b9b2aac commit 9758d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "root",
"private": true,
"engines": {
"node": ">=20.1.0 <21 || >=22 <22.5"
"node": ">=20.1.0 <21 || >=22 <23"
},
"packageManager": "yarn@1.22.22+sha256.c17d3797fb9a9115bf375e31bfd30058cac6bc9c3b8807a3d8cb2094794b51ca",
"workspaces": [
Expand Down

0 comments on commit 9758d48

Please sign in to comment.