Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

fix(deps): update dependency @portabletext/editor to ^2.14.0 #699

fix(deps): update dependency @portabletext/editor to ^2.14.0

fix(deps): update dependency @portabletext/editor to ^2.14.0 #699

Workflow file for this run

name: check-types
on:
# Build on pushes branches that have a PR (including drafts)
pull_request:
# Build on commits pushed to branches without a PR if it's in the allowlist
push:
branches: [main]
jobs:
check-types:
runs-on: ubuntu-latest
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
steps:
- uses: actions/checkout@v5
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
cache: pnpm
node-version: lts/*
- name: Install project dependencies
run: pnpm install
- name: check:types
run: pnpm check:types