Skip to content

Update all of typescript-eslint to version 6.10.0 #108

Update all of typescript-eslint to version 6.10.0

Update all of typescript-eslint to version 6.10.0 #108

Workflow file for this run

name: test
on: push
jobs:
test:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup NodeJS
uses: actions/setup-node@v1
with:
node-version: '16'
- name: Install Dependencies
run: npm ci
- name: Test
run: npm run test