Skip to content

Bump eslint from 8.57.0 to 9.2.0 #64

Bump eslint from 8.57.0 to 9.2.0

Bump eslint from 8.57.0 to 9.2.0 #64

Workflow file for this run

name: Tester
on: [push, pull_request]
permissions:
contents: read
jobs:
tester:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['14.x', '16.x', '18.x']
fail-fast: false
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
run: npm install
- name: Test
run: |
npm run eslint
npm run test-cov