Skip to content

Commit

Permalink
[conf] fix package engines fields requiring node 20 instead anything …
Browse files Browse the repository at this point in the history
…greater than node 20
  • Loading branch information
mrhyde committed May 7, 2024
1 parent dce9725 commit a2dd380
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 @@ -30,7 +30,7 @@
"tsconfig.json"
],
"engines": {
"node": "^20"
"node": ">=20"
},
"volta": {
"node": "20.12.2"
Expand Down

0 comments on commit a2dd380

Please sign in to comment.