Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Bump @types/node from 24.0.13 to 24.0.14 #995

Bump @types/node from 24.0.13 to 24.0.14

Bump @types/node from 24.0.13 to 24.0.14 #995

Workflow file for this run

name: ESLint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
eslint:
name: Running ESLint scan
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
- name: Install PNPM
uses: pnpm/action-setup@v4
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run linter
run: pnpm lint