Skip to content

Bump @typescript-eslint/eslint-plugin from 5.61.0 to 6.0.0 #52

Bump @typescript-eslint/eslint-plugin from 5.61.0 to 6.0.0

Bump @typescript-eslint/eslint-plugin from 5.61.0 to 6.0.0 #52

Workflow file for this run

name: Test
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v2
- name: Install Node.js
uses: actions/setup-node@v1
with:
node-version: 20
- run: npm install
- run: npm test