Skip to content

chore: Update Node.js version in tests.yml and use npm ci for install… #3

chore: Update Node.js version in tests.yml and use npm ci for install…

chore: Update Node.js version in tests.yml and use npm ci for install… #3

Workflow file for this run

name: Lint Code
on: [push, pull_request]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
- name: Install Dependencies
run: npm ci
- name: Run ESLint
run: npx eslint