Skip to content

Commit

Permalink
chore: several minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Feb 3, 2025
1 parent 88b1323 commit 0e909b5
Show file tree
Hide file tree
Showing 6 changed files with 115 additions and 92 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: [stacksjs, chrisbbreuer]
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 @@ -26,7 +26,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 0e909b5

Please sign in to comment.