Skip to content

Bump eslint-plugin-n from 16.6.2 to 17.7.0 #82

Bump eslint-plugin-n from 16.6.2 to 17.7.0

Bump eslint-plugin-n from 16.6.2 to 17.7.0 #82

Workflow file for this run

name: CI
on:
push:
branches:
- master
tags:
- '*'
pull_request:
branches:
- master
permissions:
contents: read
jobs:
test:
name: Node ${{ matrix.node_version }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
node_version: [lts/*]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node_version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node_version }}
- run: npm i
- run: npm test