Skip to content

NPM: Bump eslint-plugin-security from 1.7.1 to 2.1.1 #233

NPM: Bump eslint-plugin-security from 1.7.1 to 2.1.1

NPM: Bump eslint-plugin-security from 1.7.1 to 2.1.1 #233

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10, 12, 14]
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run lint --if-present