main #398

Merged
alexlebens merged 19 commits from main into release 2026-03-26 01:44:02 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit f6888f8bda - Show all commits

View File

@@ -30,7 +30,7 @@ jobs:
- name: Set up Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: 1.3.10
bun-version: 1.3.11
- name: Install Dependencies
run: bun install --frozen-lockfile
@@ -136,7 +136,7 @@ jobs:
- name: Set up Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: 1.3.10
bun-version: 1.3.11
- name: Install Dependencies
run: bun install --frozen-lockfile

View File

@@ -27,7 +27,7 @@ jobs:
- name: Set up Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: 1.3.10
bun-version: 1.3.11
- name: Install Dependencies
run: bun install --frozen-lockfile