Skip to content

Bump eslint from 9.39.2 to 10.2.0 #46

Bump eslint from 9.39.2 to 10.2.0

Bump eslint from 9.39.2 to 10.2.0 #46

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