Skip to content

Run with Bun instead of Node #887

Run with Bun instead of Node

Run with Bun instead of Node #887

Workflow file for this run

name: TypeScript - Build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build with Bun
uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run build
env:
CI: true