Skip to content

build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.18.0 to 8.9.0 #504

build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.18.0 to 8.9.0

build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.18.0 to 8.9.0 #504

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node: [18, 20, 22]
name: Node ${{ matrix.node }}
steps:
- name: Setup repo
uses: actions/checkout@v2
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm audit --only=prod --audit-level=high
- run: npm run lint
- run: npm run build
- run: npm run cover