Skip to content

Bump eslint-config-next from 15.3.2 to 15.5.4 #161

Bump eslint-config-next from 15.3.2 to 15.5.4

Bump eslint-config-next from 15.3.2 to 15.5.4 #161

name: Build and Compile Next.js App
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Install dependencies
run: npm install
- name: Lint
run: npm run lint
- name: Compile Next.js app
run: npm run build