Skip to content

chore(deps): update node.js to v22 #257

chore(deps): update node.js to v22

chore(deps): update node.js to v22 #257

Workflow file for this run

name: ESLint Validation
on:
push:
workflow_dispatch:
jobs:
validate:
runs-on: linux
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20.x"
- name: Install dependencies
run: npm install
- name: Run ESLint
run: npx eslint ./