Skip to content

Revert "Pins node to 22.4.1 temporarily (#64)" #138

Revert "Pins node to 22.4.1 temporarily (#64)"

Revert "Pins node to 22.4.1 temporarily (#64)" #138

Workflow file for this run

name: Lint
on:
merge_group:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: actions/setup-node@v4
with:
node-version: 22
cache: 'npm'
- run: npm ci
- run: npm run build
- run: npm run lint
- run: npm run lint-config