Skip to content

Tests: SES

Tests: SES #403

Workflow file for this run

name: 'Tests: SES'
on: [pull_request, push]
permissions:
contents: read
jobs:
tests:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version:
- '23'
- '22'
- '20'
- '18'
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: ljharb/actions/node/install@main
name: 'nvm install ${{ matrix.node-version }} && npm install'
with:
node-version: ${{ matrix.node-version }}
- run: npm run test:ses
- uses: codecov/[email protected]
SES:
permissions:
contents: none
needs: [tests]
runs-on: ubuntu-latest
steps:
- run: true