Skip to content

Bump eslint from 8.14.0 to 8.48.0 #410

Bump eslint from 8.14.0 to 8.48.0

Bump eslint from 8.14.0 to 8.48.0 #410

Workflow file for this run

name: "CI"
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
- run: npm ci
- run: npm run lint
- run: npm test -- --coverage
- uses: codecov/codecov-action@v3