Skip to content

Bump @typescript-eslint/parser from 7.2.0 to 7.3.1 #41

Bump @typescript-eslint/parser from 7.2.0 to 7.3.1

Bump @typescript-eslint/parser from 7.2.0 to 7.3.1 #41

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: Next.js build
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: Install Dependencies
run: npm install
- name: Run lint check
run: npm run lint
- name: Run build
run: npm run build