chore: migrate from node to bun
Some checks failed
Lint / lint (pull_request) Failing after 5s

This commit is contained in:
2026-03-25 10:46:24 +01:00
parent f51eaf7c78
commit e4e88d184e
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ jobs:
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: 1.3.3
bun-download-url: "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/bun-linux-x64.zip"
- name: Install dependencies
run: bun install --frozen-lockfile