Skip to content

[Deps] update string.prototype.trim, string.prototype.trimend #381

[Deps] update string.prototype.trim, string.prototype.trimend

[Deps] update string.prototype.trim, string.prototype.trimend #381

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:
- '20'
- '18'
- '16'
- '14'
- '12'
steps:
- uses: actions/checkout@v3
- 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/codecov-action@v3
SES:
permissions:
contents: none
needs: [tests]
runs-on: ubuntu-latest
steps:
- run: 'echo tests completed'