Skip to content

chore: bump next from 14.2.15 to 15.0.1 #28

chore: bump next from 14.2.15 to 15.0.1

chore: bump next from 14.2.15 to 15.0.1 #28

Workflow file for this run

name: Unit Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "npm"
- run: npm ci
- run: npm run test
- run: npm run lint