Skip to content

Commit

Permalink
ci: Use frozen-lockfile option (#393)
Browse files Browse the repository at this point in the history
* ci: Use frozen-lockfile option

* Update lockfile
  • Loading branch information
MikuroXina authored Mar 3, 2024
1 parent 132f0d6 commit ccdeaa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun install --frozen-lockfile

- name: Run ${{ matrix.lint }}
run: bun run ${{ matrix.lint }}
Expand All @@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun install --frozen-lockfile

- name: Run build
run: |
Expand Down
Binary file modified bun.lockb
Binary file not shown.

0 comments on commit ccdeaa8

Please sign in to comment.