update node for lint

This commit is contained in:
Ajay
2026-03-10 15:16:14 -04:00
parent 3bc17c6f0e
commit e4d3aeab05

View File

@@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with:
node-version: 18 node-version: 24
cache: npm cache: npm
- run: npm ci - run: npm ci
- run: npm run lint - run: npm run lint