From ca3bdd4bb910f887c525bd25a001f78cffcad423 Mon Sep 17 00:00:00 2001 From: CJ Pais Date: Wed, 25 Jun 2025 17:10:25 -0700 Subject: [PATCH] use bun not node --- .github/workflows/main.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1ac0153..28ce44f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,10 +24,7 @@ jobs: steps: - uses: actions/checkout@v4 - - name: setup node - uses: actions/setup-node@v4 - with: - node-version: lts/* + - uses: oven-sh/setup-bun@v2 - name: install Rust stable uses: dtolnay/rust-toolchain@stable