Skip to content

chore: downgrade node-version from 25 to 24 in lint workflow #13

chore: downgrade node-version from 25 to 24 in lint workflow

chore: downgrade node-version from 25 to 24 in lint workflow #13

Workflow file for this run

name: 10xly Code Quality
on:
push:
branches: ["**"]
pull_request:
branches: ["**"]
jobs:
quality-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "24"
- name: Install
run: npm install
- name: Run 10xly Lint
run: npx eslint . --max-warnings 0