Skip to content

Commit

Permalink
chore: added Nodejs 16 as the minimum version
Browse files Browse the repository at this point in the history
  • Loading branch information
UlisesGascon committed Jun 12, 2023
1 parent 24f2ba2 commit 422579b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.21.3
16.20.0
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"prepublishOnly": "npm audit"
},
"engines": {
"node": ">=14"
"node": ">=16"
},
"dependencies": {
"chalk": "^2.1.0",
Expand Down

0 comments on commit 422579b

Please sign in to comment.