Skip to content

Bump typescript-eslint from 8.12.2 to 8.14.0 #1163

Bump typescript-eslint from 8.12.2 to 8.14.0

Bump typescript-eslint from 8.12.2 to 8.14.0 #1163

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 }}