Skip to content

Bump nodemailer from 6.8.0 to 6.9.9 #437

Bump nodemailer from 6.8.0 to 6.9.9

Bump nodemailer from 6.8.0 to 6.9.9 #437

Workflow file for this run

name: CI
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies with YARN
run: yarn install
- name: Build the app
run: yarn run build