Skip to content

🚨 [security] Update nodemailer 6.8.0 → 6.9.15 (minor) #471

🚨 [security] Update nodemailer 6.8.0 → 6.9.15 (minor)

🚨 [security] Update nodemailer 6.8.0 → 6.9.15 (minor) #471

Workflow file for this run

name: Run build
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
development:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: npm install