Skip to content

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.18.0 to 8.12.2 #172

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.18.0 to 8.12.2

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.18.0 to 8.12.2 #172

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
matrix:
node-version: [18.x, 20.x]
os: [ubuntu-latest, windows-latest]
fail-fast: false
steps:
- uses: actions/checkout@v4
- name: ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: npm
- name: install
run: npm i
- name: test
run: npm run test:ci