Skip to content

Commit

Permalink
require node >= 12
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Mar 21, 2022
1 parent 8b5eb93 commit 3d6c4cd
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 @@ -14,7 +14,7 @@
"common.js"
],
"engines": {
"node": "*"
"node": ">=12"
},
"dependencies": {
"fs.realpath": "^1.0.0",
Expand Down

0 comments on commit 3d6c4cd

Please sign in to comment.