Skip to content

Bump @eslint/js from 9.9.1 to 9.13.0 #1223

Bump @eslint/js from 9.9.1 to 9.13.0

Bump @eslint/js from 9.9.1 to 9.13.0 #1223

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22.x]
steps:
- uses: actions/checkout@main
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@main
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run lint
- run: npm run test
env:
CI: true