Skip to content

Commit

Permalink
fix: bun installation before release steps
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <[email protected]>
  • Loading branch information
sgammon committed Jan 27, 2025
1 parent 8553695 commit 33deee6
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/job.cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
with:
arch: ${{ matrix.arch }}
cache: "gradle"
- name: "Setup: GraalVM (Java 22)"
- name: "Setup: GraalVM (Java 23)"
uses: graalvm/setup-graalvm@2911b2304bee2c2f59b9a67bf45f025a6b6de4b1 # v1.2.2
with:
distribution: "graalvm"
Expand All @@ -198,6 +198,10 @@ jobs:
with:
node-version: 22
cache: "pnpm"
- name: "Setup: Bun"
uses: oven-sh/setup-bun@4bc047ad259df6fc24a6c9b0f9a0cb08cf17fbe5 # v2.0.1
with:
bun-version-file: .bun-version
- name: "Setup: Yarn"
run: pnpm install -g [email protected]
- name: "Setup: Artifacts"
Expand Down Expand Up @@ -323,7 +327,7 @@ jobs:
uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
with:
arch: ${{ matrix.arch }}
- name: "Setup: GraalVM (Java 22)"
- name: "Setup: GraalVM (Java 23)"
uses: graalvm/setup-graalvm@2911b2304bee2c2f59b9a67bf45f025a6b6de4b1 # v1.2.2
with:
distribution: "graalvm"
Expand All @@ -333,6 +337,10 @@ jobs:
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
node-version: 22
- name: "Setup: Bun"
uses: oven-sh/setup-bun@4bc047ad259df6fc24a6c9b0f9a0cb08cf17fbe5 # v2.0.1
with:
bun-version-file: .bun-version
- name: "Setup: PNPM"
uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
with:
Expand Down

0 comments on commit 33deee6

Please sign in to comment.