Skip to content

Update to Node 22 LTS #305

Update to Node 22 LTS

Update to Node 22 LTS #305

Workflow file for this run

name: "Run ESLint"
on:
push:
branches:
- develop
pull_request:
branches:
- main
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
check-latest: true
cache: "npm"
- name: npm
run: npm install -D --no-audit --no-fund
- name: lint
run: npm run lint