summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-11-11 01:27:39 -0500
committerDax Raad <[email protected]>2025-11-11 01:27:39 -0500
commite49a1d1f3943f21382aad08c806a11e438145afa (patch)
treed545b728ee180c4ab520b9f91a77f623036d1851
parent528565510d845b3ee2b09b4c865b684bed05bfa5 (diff)
downloadopencode-e49a1d1f3943f21382aad08c806a11e438145afa.tar.gz
opencode-e49a1d1f3943f21382aad08c806a11e438145afa.zip
ci: fix
-rw-r--r--.github/actions/setup-bun/action.yml10
-rw-r--r--bun.lock1
2 files changed, 6 insertions, 5 deletions
diff --git a/.github/actions/setup-bun/action.yml b/.github/actions/setup-bun/action.yml
index b637ee7b7..6ac059528 100644
--- a/.github/actions/setup-bun/action.yml
+++ b/.github/actions/setup-bun/action.yml
@@ -3,11 +3,6 @@ description: "Setup Bun with caching and install dependencies"
runs:
using: "composite"
steps:
- - name: Setup Bun
- uses: oven-sh/setup-bun@v2
- with:
- bun-version-file: package.json
-
- name: Cache ~/.bun
id: cache-bun
uses: actions/cache@v4
@@ -17,6 +12,11 @@ runs:
restore-keys: |
${{ runner.os }}-bun-
+ - name: Setup Bun
+ uses: oven-sh/setup-bun@v2
+ with:
+ bun-version-file: package.json
+
- name: Install dependencies
run: bun install
shell: bash
diff --git a/bun.lock b/bun.lock
index 5ed6e8c5a..9e3033477 100644
--- a/bun.lock
+++ b/bun.lock
@@ -1,5 +1,6 @@
{
"lockfileVersion": 1,
+ "configVersion": 0,
"workspaces": {
"": {
"name": "opencode",