Skip to content

Bump eslint-config-next from 15.5.6 to 16.0.7 in /examples/redis-minimal #194

Bump eslint-config-next from 15.5.6 to 16.0.7 in /examples/redis-minimal

Bump eslint-config-next from 15.5.6 to 16.0.7 in /examples/redis-minimal #194

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./packages/nextjs-cache-handler
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 22.x
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- run: npm run build --if-present
- run: npm test