Skip to content

Commit

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

0 comments on commit 28f5c0f

Please sign in to comment.