Skip to content

Bump eslint-plugin-n from 16.0.1 to 16.6.0 #337

Bump eslint-plugin-n from 16.0.1 to 16.6.0

Bump eslint-plugin-n from 16.0.1 to 16.6.0 #337

Workflow file for this run

name: Node.js CI
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [lts/fermium, lts/gallium]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run lint
- run: npm test