Skip to content

Commit

Permalink
readd node 12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
schnittstabil committed Sep 11, 2020
1 parent c5c2350 commit 2d3cd50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ language: node_js
node_js:
- 'stable'
- '14'
- '12'
after_success:
- './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"email": "michael@schnittstabil.de"
},
"engines": {
"node": ">=14"
"node": ">=12"
},
"scripts": {
"test": "xo && nyc ava",
Expand Down

0 comments on commit 2d3cd50

Please sign in to comment.