Skip to content

chore(ci): update setup version #4

chore(ci): update setup version

chore(ci): update setup version #4

Workflow file for this run

name: CI
on:
push:
branches: ["main", "dev"]
pull_request:
types: [opened, synchronize]
jobs:
build:
name: Build
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install
- name: Build projects
run: bun run build