Skip to content

Bump @typescript-eslint/eslint-plugin from 4.33.0 to 8.22.0 #956

Bump @typescript-eslint/eslint-plugin from 4.33.0 to 8.22.0

Bump @typescript-eslint/eslint-plugin from 4.33.0 to 8.22.0 #956

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 12.x
uses: actions/setup-node@v4.2.0
with:
node-version: 12.x
- name: npm ci
run: npm ci
- name: npm test
uses: paambaati/codeclimate-action@v2.7.5
env:
CI: true
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
coverageCommand: npm test