Skip to content

Commit

Permalink
update node engines to 12+
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffbski committed Dec 16, 2022
1 parent c6d86cf commit cda646f
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 @@ -21,7 +21,7 @@
"test": "mocha --exit 'test/**/*.mocha.js'"
},
"engines": {
"node": ">=10.0.0"
"node": ">=12.0.0"
},
"devDependencies": {
"eslint": "^8.29.0",
Expand Down

0 comments on commit cda646f

Please sign in to comment.