Skip to content

Commit

Permalink
chore: drop support nodemailer less than 6
Browse files Browse the repository at this point in the history
  • Loading branch information
killmenot committed Dec 19, 2023
1 parent 28f5c0f commit 9f1f648
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
strategy:
matrix:
node-version: [18.x, 20.x]
nodemailer: [4, 5, 6]
steps:
- uses: actions/checkout@v3

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ A Postmark transport for Nodemailer.

| version | Node.js | peerDependencies |
|----------|:--------:|:------------------:|
| 6.x | 18+ | nodemailer >=6.x |
| 5.x | 12+ | nodemailer >=4.x |
| 4.x | 10+ | nodemailer >=4.x |
| 3.x | 8+ | nodemailer >=4.x |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"postmark": "^4.0.2"
},
"peerDependencies": {
"nodemailer": ">=4.x"
"nodemailer": ">=6.x"
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
Expand Down

0 comments on commit 9f1f648

Please sign in to comment.