Skip to content

Commit

Permalink
chore: drop support of node js less than 16
Browse files Browse the repository at this point in the history
  • Loading branch information
killmenot committed Dec 19, 2023
1 parent d052551 commit 3ffc21e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ branches:
except:
- gh-pages
node_js:
- '20'
- '18'
- '16'
- '15'
- '14'
- '13'
- '12'
env:
- NODEMAILER_VERSION=^4.0.0
- NODEMAILER_VERSION=^5.0.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"index.d.ts"
],
"engines": {
"node": ">=8"
"node": ">=16"
},
"keywords": [
"nodemailer",
Expand Down

0 comments on commit 3ffc21e

Please sign in to comment.