diff options
| author | stonedDiscord <Tukz@gmx.de> | 2026-01-01 16:49:26 +0100 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2026-01-01 16:49:26 +0100 |
| commit | 26ae98b3d92f98754d5fb896713b524e5aca0483 (patch) | |
| tree | e194736a1c9216d5033e222eb23d31dcfdf3d17e /.github | |
| parent | 70f8c13634f1ae13cdf52994c7b6c44a20398c02 (diff) | |
hhhh
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 866bb38..e7d8e6d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: - name: Setup Node uses: oven-sh/setup-bun@v2 with: - bun-version: latest + bun-version: 1.3.5 - name: Install Dependencies run: bun install - name: Run Tests |
