Skip to content

Bump typescript-eslint from 8.55.0 to 8.58.1 #51

Bump typescript-eslint from 8.55.0 to 8.58.1

Bump typescript-eslint from 8.55.0 to 8.58.1 #51

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- name: Install
run: npm ci
- name: Test
run: npm test
- name: Build
run: npm run build