Skip to content

chore(deps-dev): bump @typescript-eslint/parser from 8.48.0 to 8.49.0 #930

chore(deps-dev): bump @typescript-eslint/parser from 8.48.0 to 8.49.0

chore(deps-dev): bump @typescript-eslint/parser from 8.48.0 to 8.49.0 #930

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node: [22, 24]
name: Node ${{ matrix.node }} Test
steps:
- uses: actions/checkout@v6
- name: Setup node
uses: actions/setup-node@v5
with:
node-version: ${{ matrix.node }}
cache: "npm"
- run: npm ci
- run: npm run build
- run: npm run test
- run: npm run coverage
- name: Coveralls
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.github_token }}
format: lcov
file: "./coverage/lcov.info"