Skip to content

Bump eslint-plugin-import from 2.27.5 to 2.30.0 #68

Bump eslint-plugin-import from 2.27.5 to 2.30.0

Bump eslint-plugin-import from 2.27.5 to 2.30.0 #68

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: npm
- run: |
npm ci
npm run lint
npm run build
xvfb-run --auto-servernum npm test