Skip to content

Bump next from 15.5.6 to 15.5.7 in the npm_and_yarn group across 1 directory #189

Bump next from 15.5.6 to 15.5.7 in the npm_and_yarn group across 1 directory

Bump next from 15.5.6 to 15.5.7 in the npm_and_yarn group across 1 directory #189

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