Skip to content

Update eslint requirement from ^8.41.0 to ^8.45.0 #408

Update eslint requirement from ^8.41.0 to ^8.45.0

Update eslint requirement from ^8.41.0 to ^8.45.0 #408

Workflow file for this run

name: Build
on:
push:
branches: [ beta ]
pull_request:
branches: [ beta ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [16.x, 17.x, 18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.1.1
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: |
npm i
- name: eslint
uses: icrawl/action-eslint@v1
with:
custom-glob: .