Skip to content

Commit

Permalink
"Update node engine version in package.json from >= 18 to >= 16"
Browse files Browse the repository at this point in the history
  • Loading branch information
lrmn7 committed Jun 19, 2024
1 parent a12cd8d commit e053403
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 @@ -41,6 +41,6 @@
},
"version": "2.0.0",
"engines": {
"node": ">= 18"
"node": ">= 16"
}
}

0 comments on commit e053403

Please sign in to comment.