Skip to content

Bump nodemailer from 7.0.10 to 7.0.11 #5

Bump nodemailer from 7.0.10 to 7.0.11

Bump nodemailer from 7.0.10 to 7.0.11 #5

Workflow file for this run

name: CI — Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
env:
CI: true
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
- name: Run tests
run: |
npm install
npm run test