Skip to content

chore(deps): bump @aws-sdk/client-ses from 3.495.0 to 3.533.0 #438

chore(deps): bump @aws-sdk/client-ses from 3.495.0 to 3.533.0

chore(deps): bump @aws-sdk/client-ses from 3.495.0 to 3.533.0 #438

Workflow file for this run

name: Check format
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.15.0]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Check prettier
run: npm run prettier:check