Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Jan 27, 2025
1 parent 3915078 commit f98aded
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 63 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/cache@v4
with:
path: node_modules
key: node-modules-${{ hashFiles('**/bun.lockb') }}
key: node-modules-${{ hashFiles('**/bun.lock') }}
restore-keys: |
node-modules-
Expand All @@ -50,7 +50,7 @@ jobs:
uses: actions/cache@v4
with:
path: node_modules
key: node-modules-${{ hashFiles('**/bun.lockb') }}
key: node-modules-${{ hashFiles('**/bun.lock') }}
restore-keys: |
node-modules-
Expand All @@ -73,7 +73,7 @@ jobs:
uses: actions/cache@v4
with:
path: node_modules
key: node-modules-${{ hashFiles('**/bun.lockb') }}
key: node-modules-${{ hashFiles('**/bun.lock') }}
restore-keys: |
node-modules-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/cache@v4
with:
path: node_modules
key: node-modules-${{ hashFiles('**/bun.lockb') }}
key: node-modules-${{ hashFiles('**/bun.lock') }}
restore-keys: |
node-modules-
Expand Down
Loading

0 comments on commit f98aded

Please sign in to comment.