Skip to content

Commit

Permalink
ci: remove cache from initial dependency install
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemorales committed Mar 29, 2024
1 parent 31d794e commit c68f706
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,7 @@ jobs:
with:
path: "**/node_modules"
key: ${{ runner.os }}-node-${{ hashFiles('**/bun.lockb') }}
restore-keys: |
${{ runner.os }}-node-

if: steps.cache.outputs.cache-hit != 'true'
- run: bun install --frozen-lockfile

build:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ jobs:
with:
path: "**/node_modules"
key: ${{ runner.os }}-node-${{ hashFiles('**/bun.lockb') }}
restore-keys: |
${{ runner.os }}-node-

if: steps.cache.outputs.cache-hit != 'true'
- run: bun install --frozen-lockfile

tests:
Expand Down

0 comments on commit c68f706

Please sign in to comment.