Skip to content

chore(deps): bump eslint-config-next from 13.5.3 to 15.1.3 #189

chore(deps): bump eslint-config-next from 13.5.3 to 15.1.3

chore(deps): bump eslint-config-next from 13.5.3 to 15.1.3 #189

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Setup Node.js 18.x
uses: actions/setup-node@v4
with:
node-version: 18.x
- name: Setup pnpm
uses: pnpm/action-setup@v4
- name: Install Dependencies
run: pnpm i
- name: Build Project
run: pnpm run build
- name: Run lint
run: pnpm run lint
- name: Run tests
run: pnpm run test