Skip to content

build(deps): bump drizzle-orm from 0.38.3 to 0.39.0 #21

build(deps): bump drizzle-orm from 0.38.3 to 0.39.0

build(deps): bump drizzle-orm from 0.38.3 to 0.39.0 #21

Workflow file for this run

name: CI
on:
push:
branches: ["master"]
pull_request:
types: [opened, synchronize]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
run_install: false
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"
- name: Install dependencies
run: pnpm install
- name: Build Shared Packages
run: pnpm build --filter=@repo/shared
- name: Build Shared
run: pnpm type-check