Skip to content

Bump eslint-plugin-n from 16.6.2 to 17.11.1 #219

Bump eslint-plugin-n from 16.6.2 to 17.11.1

Bump eslint-plugin-n from 16.6.2 to 17.11.1 #219

Workflow file for this run

name: Test on any push
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '/.nvmrc'
- run: npm ci
- run: npm run lint
- run: npm test