Skip to content

Commit

Permalink
Update dependency installation command
Browse files Browse the repository at this point in the history
  • Loading branch information
ImBIOS committed Apr 1, 2024
1 parent c23413d commit c40f856
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
with:
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: bun install --frozen-lockfile
# run: bun install --frozen-lockfile
run: bun install
- name: Test
run: bun test
- name: Build & Publish Canary
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/stable-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
uses: actions/setup-node@v4
with:
registry-url: 'https://registry.npmjs.org'
- run: bun install --frozen-lockfile
# - run: bun install --frozen-lockfile
- run: bun install
- name: Check for canary releases
id: canary-check
run: |
Expand Down
Binary file modified bun.lockb
Binary file not shown.

0 comments on commit c40f856

Please sign in to comment.