Skip to content
This repository has been archived by the owner on Feb 13, 2025. It is now read-only.

turbo works #98

turbo works

turbo works #98

Workflow file for this run

name: Node.js Workflow
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Bun Env
uses: oven-sh/setup-bun@v1
with:
bun-version: "latest"
- name: Install
run: bun install