Skip to content

Bump @eslint/js from 9.15.0 to 9.16.0 #224

Bump @eslint/js from 9.15.0 to 9.16.0

Bump @eslint/js from 9.15.0 to 9.16.0 #224

Workflow file for this run

name: ContinuousIntegration
on: [push]
jobs:
continuous-integration:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Installing dependencies
run: yarn
- name: Linting
run: yarn lint
env:
CI: true