Skip to content

Commit 5c6e193

Browse files
committed
ci: set bun install --frozen-lockfile
1 parent a42e1e8 commit 5c6e193

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
bun-version: latest
2626
# 安装依赖
2727
- name: Install dependencies
28-
run: bun install
28+
run: bun install --frozen-lockfile
2929

3030
- name: Create Release Pull Request or Publish to npm
3131
id: changesets

.github/workflows/website.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
bun-version: latest
4343
- name: Install dependencies
44-
run: bun install
44+
run: bun install --frozen-lockfile
4545
- name: Setup Pages
4646
uses: actions/configure-pages@v4
4747
- name: Build with VitePress

0 commit comments

Comments
 (0)