Skip to content

Commit

Permalink
feat: drop node v10
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Feb 28, 2022
1 parent 02282db commit 4b8336b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- 10
- 14
script:
- npm run lint
- npm run test
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"typescript": "^4.4.3"
},
"engines": {
"node": ">=10"
"node": ">=14"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 4b8336b

Please # to comment.