Skip to content

Commit

Permalink
Update bun in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SamyPesse committed Feb 17, 2025
1 parent 08191fd commit f31a65c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions .bun-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.2.2
2 changes: 1 addition & 1 deletion .github/workflows/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup bun
uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.29
bun-version-file: '.bun-version'
- name: Install dependencies
run: bun install --frozen-lockfile

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup bun
uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.29
bun-version-file: '.bun-version'
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Create Release Pull Request or Publish to npm
Expand All @@ -45,7 +45,7 @@ jobs:
- name: Setup bun
uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.29
bun-version-file: '.bun-version'
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Publish all integrations assets to staging
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup bun
uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.29
bun-version-file: '.bun-version'
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Run tests
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Setup bun
uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.29
bun-version-file: '.bun-version'
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Format
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Setup bun
uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.29
bun-version-file: '.bun-version'
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Format
Expand All @@ -55,7 +55,7 @@ jobs:
- name: Setup bun
uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.29
bun-version-file: '.bun-version'
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Build
Expand All @@ -69,7 +69,7 @@ jobs:
- name: Setup bun
uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.29
bun-version-file: '.bun-version'
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Check
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
"@types/bun": "^1.1.10"
},
"dependencies": {},
"packageManager": "bun@1.1.29"
"packageManager": "bun@1.2.2"
}

0 comments on commit f31a65c

Please sign in to comment.