Skip to content

Commit

Permalink
More specific Node.js version requirement
Browse files Browse the repository at this point in the history
Fixes #3
  • Loading branch information
sindresorhus committed May 5, 2021
1 parent 449a1bb commit 3bce16f
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 @@ -15,7 +15,7 @@
"strip-ansi": "./cli.js"
},
"engines": {
"node": ">=12"
"node": ">=12.17"
},
"scripts": {
"test": "xo && ava"
Expand Down

0 comments on commit 3bce16f

Please sign in to comment.