Skip to content

deps: bump drizzle-orm from 0.34.1 to 0.36.0 #681

deps: bump drizzle-orm from 0.34.1 to 0.36.0

deps: bump drizzle-orm from 0.34.1 to 0.36.0 #681

Workflow file for this run

name: Build BlazeBuild
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: blazebuild
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "22.4.0"
- name: Install Dependencies
run: npm install -D
- name: Build with TypeScript
run: npx tsc