Skip to content

[Snyk] Security upgrade nodemailer from 6.7.8 to 6.9.9 #154

[Snyk] Security upgrade nodemailer from 6.7.8 to 6.9.9

[Snyk] Security upgrade nodemailer from 6.7.8 to 6.9.9 #154

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['14', '16', '18']
steps:
- uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm run lint
- run: npm test