ci: pin bun version
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -10,7 +10,9 @@ jobs:
|
||||
name: Deploy
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: oven-sh/setup-bun@v1
|
||||
- uses: oven-sh/setup-bun@v2
|
||||
with:
|
||||
bun-version: 1.1.27
|
||||
- name: Install dependencies
|
||||
run: bun install
|
||||
- name: Install libsql server
|
||||
|
||||
Reference in New Issue
Block a user