Skip to content

chore(deps): update node.js to v20.18.1 #256

chore(deps): update node.js to v20.18.1

chore(deps): update node.js to v20.18.1 #256

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 ./