Skip to content

build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.49.0 to 5.62.0 #284

build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.49.0 to 5.62.0

build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.49.0 to 5.62.0 #284

Workflow file for this run

name: CI
on:
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20.x"
cache: "yarn"
- run: yarn install --frozen-lockfile
- run: yarn tsc
- run: yarn lint
- run: yarn test