Skip to content

Commit

Permalink
bun 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chearon committed Jan 23, 2025
1 parent 8536024 commit d22ad5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Bun v1
uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.42
bun-version: 1.2
- run: bun install --frozen-lockfile
- run: bun run build
- run: bun run test
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Bun v1
uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.42
bun-version: 1.2
- run: bun install --frozen-lockfile
- run: bun run build
- run: bun run vite build --minify false --base dropflow/
Expand Down

0 comments on commit d22ad5c

Please sign in to comment.