Skip to content

fix: fix for node 24 and add to test matrix #987

fix: fix for node 24 and add to test matrix

fix: fix for node 24 and add to test matrix #987

Workflow file for this run

---
name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- '**'
- '!release-please--**'
jobs:
lint:
name: Lint
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: latest
cache: npm
- name: Install dependencies
run: npm ci --no-audit
- name: Lint
run: npm run lint