Skip to content

Commit

Permalink
feat!: require nodejs 14 minimum
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwinter committed Oct 3, 2022
1 parent fe2f405 commit 97af5f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ -6,7 +6,7 @@
"main": "index.js",
"bin": "./cli.js",
"engines": {
"node": ">=12"
"node": ">=14"
},
"scripts": {
"test": "xo && ava --verbose"
Expand Down

0 comments on commit 97af5f8

Please sign in to comment.