Skip to content

build(deps): bump next from 14.2.3 to 14.2.10 #8

build(deps): bump next from 14.2.3 to 14.2.10

build(deps): bump next from 14.2.3 to 14.2.10 #8

Workflow file for this run

name: 'Test'
on:
pull_request:
workflow_dispatch:
jobs:
test:
permissions:
checks: write
pull-requests: write
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run tests
run: |
pnpm test