Skip to content

build(deps-dev): bump @typescript-eslint/parser from 6.21.0 to 7.13.0 #2387

build(deps-dev): bump @typescript-eslint/parser from 6.21.0 to 7.13.0

build(deps-dev): bump @typescript-eslint/parser from 6.21.0 to 7.13.0 #2387

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js environment
uses: actions/setup-node@v2
- run: sudo npm install -g typescript nyc mocha
- run: npm install
- run: npm run build
- run: npm run lint
- run: npm run test
- run: mkdir ./coverage && npm run coverage > ./coverage/lcov.info
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}