Skip to content

Commit

Permalink
Update minimum node engine to 16
Browse files Browse the repository at this point in the history
Change-type: major
  • Loading branch information
klutchell committed Sep 6, 2023
1 parent 0af7aee commit 2a943a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"typescript"
],
"engines": {
"npm": ">=6.0.0",
"node": ">=14.0.0"
"npm": ">=8.0.0",
"node": ">=16.0.0"
},
"author": "",
"license": "Apache-2.0",
Expand Down Expand Up @@ -75,4 +75,4 @@
"versionist": {
"publishedAt": "2022-10-06T22:08:44.879Z"
}
}
}

0 comments on commit 2a943a3

Please sign in to comment.