Skip to content

Bump @types/node from 20.12.12 to 20.14.9 #290

Bump @types/node from 20.12.12 to 20.14.9

Bump @types/node from 20.12.12 to 20.14.9 #290

Workflow file for this run

name: Linting
# Run on PRs only
on:
pull_request:
types: [opened, reopened]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Lint
run: npm ci && npx eslint .