Skip to content

Commit

Permalink
Update node engines entry to clarify we don't actively support 21.x
Browse files Browse the repository at this point in the history
It might work but we don't actively support it/worry if it breaks

Change-type: major
  • Loading branch information
Page- committed Jan 10, 2025
1 parent b13fb81 commit bb75825
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 @@ -127,7 +127,7 @@
"serve-static": "^1.16.2"
},
"engines": {
"node": ">=20.14.0",
"node": "^20.14.0 || ^22.0.0",
"npm": ">=10.7.0"
},
"lint-staged": {
Expand Down

0 comments on commit bb75825

Please sign in to comment.