Skip to content
This repository has been archived by the owner on May 12, 2023. It is now read-only.

Bump @typescript-eslint/eslint-plugin from 5.47.1 to 5.59.5 #104

Bump @typescript-eslint/eslint-plugin from 5.47.1 to 5.59.5

Bump @typescript-eslint/eslint-plugin from 5.47.1 to 5.59.5 #104

Workflow file for this run

name: TypeScript - Coverage
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Coverage with Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --production=false
- run: yarn test:coverage
env:
CI: true