Skip to content

chore(deps): replace eslint-plugin-node with eslint-plugin-n ^14.0.0 #864

chore(deps): replace eslint-plugin-node with eslint-plugin-n ^14.0.0

chore(deps): replace eslint-plugin-node with eslint-plugin-n ^14.0.0 #864

name: Node.js CI - ubuntu-latest
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- 12.x
- 14.x
- 16.x
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test
# see testing notes in package.json
env:
CI: true