Skip to content

Commit

Permalink
chore: Removing bun cache from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pawanpaudel93 committed Jun 24, 2024
1 parent 2205af6 commit 8c7513f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18.x
cache: "bun"

- run: bun install --no-frozen-lockfile
- run: bun run build
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18.x
cache: "bun"

- name: Install bun Dependencies
run: bun install --no-frozen-lockfile
Expand Down

0 comments on commit 8c7513f

Please sign in to comment.