Skip to content

Bump @types/node from 18.19.59 to 18.19.63 #1419

Bump @types/node from 18.19.59 to 18.19.63

Bump @types/node from 18.19.59 to 18.19.63 #1419

Workflow file for this run

name: ESLint
on: [push, pull_request, workflow_call]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: latest
- name: Install Dependencies
run: pnpm i --frozen-lockfile --ignore-scripts
- name: Run ESLint
run: pnpm run lint