Skip to content

Commit f5d5401

Browse files
committed
chore: reference text lockfile
1 parent a15f61b commit f5d5401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/cache@v4
2323
with:
2424
path: node_modules
25-
key: node-modules-${{ hashFiles('**/bun.lockb') }}
25+
key: node-modules-${{ hashFiles('**/bun.lock') }}
2626
restore-keys: |
2727
node-modules-
2828

0 commit comments

Comments
 (0)