chore: fix bun action
Some checks failed
Lint / lint (pull_request) Failing after 5s

This commit is contained in:
2026-03-25 10:55:01 +01:00
parent a01b5a2d82
commit 1b342b871b
2 changed files with 6 additions and 6 deletions

View File

@@ -13,9 +13,9 @@ jobs:
uses: actions/checkout@v4
- name: Setup Bun
run: |
curl -fsSL https://bun.sh/install | bash -s "bun-v1.3.3"
echo "$HOME/.bun/bin" >> $GITHUB_PATH
uses: oven-sh/setup-bun@v2
with:
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

View File

@@ -13,9 +13,9 @@ jobs:
uses: actions/checkout@v4
- name: Setup Bun
run: |
curl -fsSL https://bun.sh/install | bash -s "bun-v1.3.3"
echo "$HOME/.bun/bin" >> $GITHUB_PATH
uses: oven-sh/setup-bun@v2
with:
bun-download-url: "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/bun-linux-x64.zip"
- name: Set version from tag
run: |