Skip to content

Commit

Permalink
Drop support for Node10
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Mar 8, 2021
1 parent fb8dfa1 commit e77d259
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ language: node_js

# https://github.com/nodejs/LTS
node_js:
- '10'
- '12'
- '14'
- '15'

git:
depth: 5
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
]
}
},
"engines": {
"node": "^12.20.0 || ^14.15.0 || >= 15.9.0"
},
"scripts": {
"preversion": "npm run ci && npm run test",
"prettier": "prettier --write --list-different .",
Expand Down

0 comments on commit e77d259

Please sign in to comment.