Skip to content

Bump @eslint/js from 9.17.0 to 9.18.0 (#212) #496

Bump @eslint/js from 9.17.0 to 9.18.0 (#212)

Bump @eslint/js from 9.17.0 to 9.18.0 (#212) #496

Workflow file for this run

name: CI
on:
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Enable corepack
run: corepack enable
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: latest
cache: yarn
- name: Install dependencies
run: yarn install --immutable
- name: Lint
run: yarn lint
- name: Build
run: yarn build