Skip to content

build(deps-dev): bump @typescript-eslint/parser from 8.13.0 to 8.18.1 #1383

build(deps-dev): bump @typescript-eslint/parser from 8.13.0 to 8.18.1

build(deps-dev): bump @typescript-eslint/parser from 8.13.0 to 8.18.1 #1383

Workflow file for this run

name: Build and Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 22
- run: npm run setup
- run: npm test
- run: npm run build
- uses: codecov/codecov-action@v3
with:
files: ./coverage/lcov.info
fail_ci_if_error: false
verbose: true