Skip to content

Commit

Permalink
chore: drop support for node 10 and 12. resolves restify#1921.
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drops support for node 10 and node 12 and updates lint rules
  • Loading branch information
rektide committed Jan 9, 2023
1 parent 385d591 commit edf9882
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var config = {
es6: true
},
parserOptions: {
ecmaVersion: 2018
ecmaVersion: 2020
},
rules: {}
};
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"report-latency": "./bin/report-latency"
},
"engines": {
"node": ">=10.0.0"
"node": ">=14.0.0"
},
"dependencies": {
"assert-plus": "^1.0.0",
Expand Down

0 comments on commit edf9882

Please sign in to comment.