Skip to content

DEPS UPDATE: Bump @typescript-eslint/utils from 8.61.1 to 8.62.0 #213

DEPS UPDATE: Bump @typescript-eslint/utils from 8.61.1 to 8.62.0

DEPS UPDATE: Bump @typescript-eslint/utils from 8.61.1 to 8.62.0 #213

Workflow file for this run

name: PR Check
on:
pull_request:
branches: [main]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v7
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: 'lts/*'
cache: 'npm'
- name: Install dependencies
run: npm install
- name: Build
run: npm run build