Skip to content

Update ESLint.yml - Node 18 to Node 20 #242

Update ESLint.yml - Node 18 to Node 20

Update ESLint.yml - Node 18 to Node 20 #242

Workflow file for this run

name: Run ESLint
on: [push, pull_request]
jobs:
build:
name: Run ESLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npm install -g eslint
- run: eslint