Skip to content

⬆️ Bump next from 14.2.7 to 14.2.21 in /apps/playground #27

⬆️ Bump next from 14.2.7 to 14.2.21 in /apps/playground

⬆️ Bump next from 14.2.7 to 14.2.21 in /apps/playground #27

Workflow file for this run

name: CI/CD
on:
pull_request:
branches:
- main
jobs:
lint-format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/pnpm-setup-node
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Lint
run: pnpm ci:lint
- name: Test
run: pnpm ci:test
- name: Build
run: pnpm ci:build