Skip to content

build(deps): bump next from 14.2.15 to 14.2.16 #26

build(deps): bump next from 14.2.15 to 14.2.16

build(deps): bump next from 14.2.15 to 14.2.16 #26

Workflow file for this run

name: CI:Test
on:
push:
branches:
- main
pull_request:
branches:
- '**'
env:
HUSKY: 0
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{github.event.pull_request.head.sha}}
fetch-depth: 0
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v3
with:
node-version: 20.x
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- run: pnpm run ci:test