Skip to content

Bump eslint-plugin-n from 16.6.2 to 17.3.1 #70

Bump eslint-plugin-n from 16.6.2 to 17.3.1

Bump eslint-plugin-n from 16.6.2 to 17.3.1 #70

Workflow file for this run

name: JavaScript Lint
on: push
jobs:
run-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: '18'
- run: yarn install
- run: yarn lint