Skip to content

Commit

Permalink
Move cache
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoli Nicolae <[email protected]>
  • Loading branch information
anatolinicolae committed Jun 21, 2024
1 parent bd109cd commit 1ec1867
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/notes-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,13 @@ jobs:
- uses: actions/[email protected]
with:
node-version: 20
cache: bun
- uses: oven-sh/[email protected]
- uses: actions/[email protected]
with:
path: ~/.bun/install/cache
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }}
restore-keys: |
${{ runner.os }}-bun-
- name: Install all dependencies
run: bun install --frozen-lockfile
- name: Build
Expand Down

0 comments on commit 1ec1867

Please sign in to comment.