Skip to content

Bump next from 14.2.11 to 14.2.15 in /next-demo #10

Bump next from 14.2.11 to 14.2.15 in /next-demo

Bump next from 14.2.11 to 14.2.15 in /next-demo #10

Workflow file for this run

name: Test Coverage
on:
pull_request:
branches:
- main
jobs:
test-coverage:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: npm ci
- name: Run tests with coverage
run: npm test -- --coverage
- name: Upload coverage report
uses: actions/upload-artifact@v3
with:
name: coverage-report
path: coverage