Skip to content

Bump eslint-plugin-import from 2.29.1 to 2.31.0 #1972

Bump eslint-plugin-import from 2.29.1 to 2.31.0

Bump eslint-plugin-import from 2.29.1 to 2.31.0 #1972

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: [ '18' ]
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-versions }}
- run: npm install
- name: Lint
run: npm run lint