Skip to content

Bump @typescript-eslint/eslint-plugin from 5.62.0 to 8.12.2 #2594

Bump @typescript-eslint/eslint-plugin from 5.62.0 to 8.12.2

Bump @typescript-eslint/eslint-plugin from 5.62.0 to 8.12.2 #2594

Workflow file for this run

name: CI
on:
push:
check_suite:
types:
- completed
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '15'
- run: npm ci
- run: npm test
- name: Release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
run: npx semantic-release