Skip to content

Add eslint exception again for 8.x #79

Add eslint exception again for 8.x

Add eslint exception again for 8.x #79

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm ci # Implies npm run build already