Skip to content

Bump eslint from 7.32.0 to 9.4.0 #157

Bump eslint from 7.32.0 to 9.4.0

Bump eslint from 7.32.0 to 9.4.0 #157

Workflow file for this run

name: Build
on:
pull_request:
branches:
- trunk
push:
branches:
- trunk
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [
10,
12,
14,
]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: |
npm install
- name: Lint with eslint
run: |
npm run lint