m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-19 02:13:41 -05:00

refactor: remove node and use only bun (#101)

This commit is contained in:
Raphaël Catarino
2025-04-26 12:13:30 +02:00
committed by GitHub
parent 80a295680d
commit 2ac036d353
13 changed files with 2380 additions and 40 deletions

View File

@@ -30,13 +30,8 @@ jobs:
- name: Install cross
run: RUSTFLAGS="" cargo install cross --git https://github.com/cross-rs/cross
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 20
- name: Set up Bun
uses: oven-sh/setup-bun@v1
uses: oven-sh/setup-bun@v2
- name: Install deps
run: cd web && bun install