Skip to content

Bump eslint-plugin-n from 16.0.1 to 17.3.1 #371

Bump eslint-plugin-n from 16.0.1 to 17.3.1

Bump eslint-plugin-n from 16.0.1 to 17.3.1 #371

Workflow file for this run

name: Node.js CI
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- lts/hydrogen
- lts/iron
- current
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