Skip to content

Bump @eslint/js from 9.10.0 to 9.11.1 #1133

Bump @eslint/js from 9.10.0 to 9.11.1

Bump @eslint/js from 9.10.0 to 9.11.1 #1133

Workflow file for this run

name: Tests
on:
pull_request:
jobs:
tests:
runs-on: ubuntu-22.04
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- run: npm ci
- run: npm run lint
- run: npm run types
- run: npm run build
- run: npm test
- uses: andresz1/size-limit-action@v1
with:
skip_step: build
github_token: ${{ secrets.GITHUB_TOKEN }}