Skip to content

⬆️ Bump @types/node from 20.8.9 to 20.10.4 #206

⬆️ Bump @types/node from 20.8.9 to 20.10.4

⬆️ Bump @types/node from 20.8.9 to 20.10.4 #206

Workflow file for this run

name: ESLint
on: [push, pull_request]
jobs:
lint:
name: ESLint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install Node
uses: actions/setup-node@v2
with:
node-version: 16
cache: npm
- name: Install ESLint
run: npm install
- name: Run ESLint
run: npm run lint