Skip to content

Commit a4d915f

Browse files
committed
bun 1.1.42 with text lock file
1 parent 33e943b commit a4d915f

File tree

4 files changed

+571
-2
lines changed

4 files changed

+571
-2
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Bun v1
2121
uses: oven-sh/setup-bun@v1
2222
with:
23-
bun-version: 1.1.21
23+
bun-version: 1.1.42
2424
- run: bun install --frozen-lockfile
2525
- run: bun run build
2626
- run: bun run test

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Bun v1
1717
uses: oven-sh/setup-bun@v1
1818
with:
19-
bun-version: 1.1.21
19+
bun-version: 1.1.42
2020
- run: bun install --frozen-lockfile
2121
- run: bun run build
2222
- run: bun run vite build --minify false --base dropflow/

0 commit comments

Comments
 (0)