Skip to content

chore(deps-dev): bump @types/node from 22.10.5 to 22.10.10 #375

chore(deps-dev): bump @types/node from 22.10.5 to 22.10.10

chore(deps-dev): bump @types/node from 22.10.5 to 22.10.10 #375

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
name: Check our linting standards
runs-on: ubuntu-latest
steps:
- name: 🛎️ Checkout
uses: actions/checkout@v4
- name: 🔨 Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 16
- name: 🚧 Install dependencies
run: npm ci
- name: 🛂 Check linting
run: npm run lint