Skip to content

Commit 0ebce82

Browse files
committed
ci fixed
1 parent 20bebb3 commit 0ebce82

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

.bun-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.3.5

.github/workflows/deploy-site-pages.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,14 @@ jobs:
1818
build:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v6
21+
- uses: actions/checkout@v4
2222
with:
2323
fetch-depth: 1
24+
- name: Read Bun version
25+
run: echo "BUN_VERSION=$(cat .bun-version)" >> $GITHUB_ENV
2426
- uses: oven-sh/setup-bun@v2
2527
with:
26-
bun-version: latest
27-
# - name: Remove bun.lock
28-
# run: |
29-
# rm -f bun.lock
28+
bun-version: ${{ env.BUN_VERSION }}
3029
- name: Install Dependencies
3130
run: bun install
3231
- name: Build Vite site

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "bluemsun",
33
"version": "0.0.0",
44
"private": true,
5+
"packageManager": "bun@1.3.5",
56
"type": "module",
67
"scripts": {
78
"dev": "vite",

0 commit comments

Comments
 (0)