Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

chore(deps): replace dependency eslint-plugin-node with eslint-plugin… #82

chore(deps): replace dependency eslint-plugin-node with eslint-plugin…

chore(deps): replace dependency eslint-plugin-node with eslint-plugin… #82

Workflow file for this run

name: NPM Audit
on: [push]
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
- run: npm audit --audit-level=moderate