Skip to content

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.10.0 to 8.3.0 #208

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.10.0 to 8.3.0

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.10.0 to 8.3.0 #208

Workflow file for this run

name: test-ci
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: 'Setup node.js (version: LTS)'
uses: actions/[email protected]
with:
node-version: lts/*
- run: npm ci
- run: npm run prepublishOnly
- name: Send to coveralls
uses: coverallsapp/[email protected]
env:
NODE_COVERALLS_DEBUG: '1'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}