Skip to content

⬆️ Bump typescript-eslint from 8.0.1 to 8.8.0 #71

⬆️ Bump typescript-eslint from 8.0.1 to 8.8.0

⬆️ Bump typescript-eslint from 8.0.1 to 8.8.0 #71

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- uses: pnpm/action-setup@v4
with:
version: latest
- name: Install Dependencies
run: pnpm install
- name: Lint
run: npm run lint