From 071b3b52487365c00b0076c41ff4d667e92b64dc Mon Sep 17 00:00:00 2001 From: Alexey Kucherenko Date: Tue, 19 Dec 2023 16:43:12 +0300 Subject: [PATCH] build: add nodemailer versions to matrix --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index aa76a5a..9d2bc6e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,6 +12,7 @@ jobs: strategy: matrix: node-version: [16.x, 18.x, 20.x] + nodemailer: [4, 5, 6] steps: - uses: actions/checkout@v3