Skip to content

chore(deps-dev): bump typescript-eslint from 7.14.1 to 8.21.0 #1716

chore(deps-dev): bump typescript-eslint from 7.14.1 to 8.21.0

chore(deps-dev): bump typescript-eslint from 7.14.1 to 8.21.0 #1716

Workflow file for this run

name: ci
on:
push:
branches:
- 'main'
pull_request:
branches:
- 'main'
jobs:
lint-and-test:
name: Test on node ${{ matrix.node-version }} and ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [18]
os: [ubuntu-latest]
steps:
- uses: actions/[email protected]
with:
fetch-depth: 1
- uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- run: yarn
- run: yarn lint
- run: yarn build
- run: yarn test:cov