Skip to content

Bump @eslint/eslintrc from 2.0.3 to 2.1.1 #684

Bump @eslint/eslintrc from 2.0.3 to 2.1.1

Bump @eslint/eslintrc from 2.0.3 to 2.1.1 #684

Workflow file for this run

name: Node.js CI
"on":
pull_request:
types:
- synchronize
jobs:
build:
if: ${{ github.actor != 'dependabot'}}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: 'npm'
- run: npm install