Skip to content

build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.8.0 to 8.11.0 #138

build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.8.0 to 8.11.0

build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.8.0 to 8.11.0 #138

Workflow file for this run

name: Build and Test
on:
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm run lint
- run: npm run build
- run: npm run test