build: tried different bun version

This commit is contained in:
Simeon Radivoev 2026-01-23 05:38:00 +02:00
parent 6ad3cc3f32
commit aa25a2870a
Signed by: simeonradivoev
GPG key ID: 7611A451D2A5D37A

View file

@ -15,7 +15,7 @@ jobs:
- name: Setup Bun - name: Setup Bun
uses: https://github.com/oven-sh/setup-bun@v2 uses: https://github.com/oven-sh/setup-bun@v2
with: with:
bun-version: latest bun-version: 1.1.1
- name: Install dependencies - name: Install dependencies
run: bun install --frozen-lockfile run: bun install --frozen-lockfile