Skip to content

Bump typescript-eslint from 8.38.0 to 8.40.0 in /packages/nextjs-cache-handler #65

Bump typescript-eslint from 8.38.0 to 8.40.0 in /packages/nextjs-cache-handler

Bump typescript-eslint from 8.38.0 to 8.40.0 in /packages/nextjs-cache-handler #65

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
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 22.x
cache: 'npm'
cache-dependency-path: ./packages/nextjs-cache-handler/package-lock.json
- run: npm ci
- run: npm run build --if-present
- run: npm test