Skip to content

chore(deps-dev): bump @next/eslint-plugin-next from 15.1.5 to 15.1.6 #2553

chore(deps-dev): bump @next/eslint-plugin-next from 15.1.5 to 15.1.6

chore(deps-dev): bump @next/eslint-plugin-next from 15.1.5 to 15.1.6 #2553

Workflow file for this run

name: Pull Request
on:
pull_request:
branches:
- '*'
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install Packages
run: npm install
- name: Run tests
run: npm run test
- name: Run build
run: npm run build