Skip to content

Commit

Permalink
chore: reference text lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Feb 1, 2025
1 parent a15f61b commit f5d5401
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit f5d5401

Please sign in to comment.