Skip to content

Bump eslint from 8.57.0 to 9.1.1 #4233

Bump eslint from 8.57.0 to 9.1.1

Bump eslint from 8.57.0 to 9.1.1 #4233

Workflow file for this run

name: CI
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v4.1.2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4.0.2
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build --if-present
- run: npm test
env:
CI: true