Skip to content

Bump @sanity/types from 3.78.0 to 3.84.0 #1772

Bump @sanity/types from 3.78.0 to 3.84.0

Bump @sanity/types from 3.78.0 to 3.84.0 #1772

Workflow file for this run

name: Node Continuous Integration
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pnpm/action-setup@v3
with:
version: 8.15.6
- uses: actions/setup-node@v4
with:
node-version: 20
- run: pnpm install
- run: pnpm test