Skip to content

Bump eslint from 8.57.1 to 9.15.0 #10

Bump eslint from 8.57.1 to 9.15.0

Bump eslint from 8.57.1 to 9.15.0 #10

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 22.11.0
cache: npm
- run: npm install
- run: npm run test:coverage
- name: Upload coverage report
uses: actions/upload-artifact@v3
with:
name: coverage-report
path: coverage/lcov-report