Skip to content

Bump @typescript-eslint/parser from 7.18.0 to 8.54.0 #850

Bump @typescript-eslint/parser from 7.18.0 to 8.54.0

Bump @typescript-eslint/parser from 7.18.0 to 8.54.0 #850

Workflow file for this run

name: Test Deployment
on:
pull_request:
branches: [main]
jobs:
test-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run lint
run: npm run lint
- name: Run prettier
run: npm run prettier
- name: Build
run: npm run build
env:
CI: ''