Skip to content

Bump eslint from 8.42.0 to 8.46.0 #681

Bump eslint from 8.42.0 to 8.46.0

Bump eslint from 8.42.0 to 8.46.0 #681

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