Skip to content

Bump eslint from 8.43.0 to 8.44.0 #1488

Bump eslint from 8.43.0 to 8.44.0

Bump eslint from 8.43.0 to 8.44.0 #1488

Workflow file for this run

name: JS tests
on: [push, pull_request]
jobs:
js-linter:
name: JS linter
runs-on: ubuntu-latest
strategy:
matrix:
node-versions: [ '14', '16' ]
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-versions }}
- run: npm install
- name: Lint
run: npm run lint