Skip to content

build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.59.8 to 8.4.0 #313

build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.59.8 to 8.4.0

build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.59.8 to 8.4.0 #313

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
name: Node.js ${{ matrix.node-version }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version:
- "18"
steps:
- uses: actions/checkout@v4.1.6
- uses: actions/setup-node@v4.0.3
with:
node-version: ${{ matrix.node-version }}
cache: yarn
- run: yarn install --immutable --immutable-cache --check-cache
- run: yarn run lint
- run: yarn build
- run: yarn test