Skip to content

Commit

Permalink
chore: reduce minimum nodejs engine version from 12.x to 10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Frazer Smith committed Aug 18, 2020
1 parent e3cc16e commit 183400d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ git:
quiet: true

node_js:
- 'lts/*'
- 'node'
- '10'
- '12'
- '14'

# os
dist: focal
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"author": "Frazer Smith",
"license": "MIT",
"engines": {
"node": ">=12.16.3"
"node": ">=10.22.0"
},
"scripts": {
"changelog": "conventional-changelog -p @commitlint/config-conventional -s -i CHANGELOG.md && prettier CHANGELOG.md --write",
Expand Down

0 comments on commit 183400d

Please sign in to comment.