Skip to content

Commit

Permalink
ci: frozen-lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Oc1S committed Jun 11, 2024
1 parent 504f53d commit c9670a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
with:
path: node_modules
key: ${{ runner.OS }}-build-${{ hashFiles('**/bun.lockb') }}
- run: bun install

- run: bun install --frozen-lockfile
- run: bun run build

- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit c9670a2

Please sign in to comment.