Skip to content

Commit

Permalink
Update minimum supported nodejs version to 20.14.0
Browse files Browse the repository at this point in the history
Change-type: major
  • Loading branch information
thgreasi committed Oct 4, 2024
1 parent 23cf1db commit b7f9fd4
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 @@ -59,8 +59,8 @@
]
},
"engines": {
"node": ">=16.13.0",
"npm": ">=8.1.0"
"node": ">=20.14.0",
"npm": ">=10.7.0"
},
"versionist": {
"publishedAt": "2024-06-12T13:14:08.116Z"
Expand Down

0 comments on commit b7f9fd4

Please sign in to comment.