Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: oven-sh/setup-bun@v2
with:
bun-version: "1.3.10"
bun-version: "1.3.12"

- name: Install dependencies
run: bun install --frozen-lockfile
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:

- uses: oven-sh/setup-bun@v2
with:
bun-version: "1.3.10"
bun-version: "1.3.12"

- name: Install dependencies
run: bun install --frozen-lockfile
Expand All @@ -62,7 +62,7 @@ jobs:

- uses: oven-sh/setup-bun@v2
with:
bun-version: "1.3.10"
bun-version: "1.3.12"

- name: Install dependencies
run: bun install --frozen-lockfile
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
- name: Install Bun
run: |
apt-get update && apt-get install -y unzip
curl -fsSL https://bun.sh/install | bash -s "bun-v1.3.10"
curl -fsSL https://bun.sh/install | bash -s "bun-v1.3.12"
echo "$HOME/.bun/bin" >> $GITHUB_PATH

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion apps/web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG COMMIT_SHA=unknown

FROM oven/bun:1.3.10-alpine AS base
FROM oven/bun:1.3.12-alpine AS base

WORKDIR /app

Expand Down
10 changes: 3 additions & 7 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"@leader/eslint-config": "workspace:*",
"@types/bun": "1.3.8",
"@types/bun": "1.3.12",
"drizzle-kit": "1.0.0-beta.12-a5629fb",
"drizzle-orm": "1.0.0-beta.12-a5629fb",
"drizzle-valibot": "^0.4.2",
Expand Down
Loading