Skip to content

Bump @types/node from 16.10.3 to 20.11.26 #8

Bump @types/node from 16.10.3 to 20.11.26

Bump @types/node from 16.10.3 to 20.11.26 #8

Workflow file for this run

name: Eslint
on:
push:
jobs:
lint:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'npm'
- name: Install yarn
run: npm ci
- name: Check Linting
run: npm run lint