Skip to content

build(deps-dev): bump @typescript-eslint/eslint-plugin #184

build(deps-dev): bump @typescript-eslint/eslint-plugin

build(deps-dev): bump @typescript-eslint/eslint-plugin #184

Workflow file for this run

name: Test
on: [pull_request, push]
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
node-version: [20, 21]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '${{ matrix.node-version }}'
registry-url: https://registry.npmjs.org/
- run: yarn install --frozen-lockfile
- run: yarn test --coverage
- run: yarn test:e2e --coverage