We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a15f61b commit f5d5401Copy full SHA for f5d5401
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/cache@v4
23
with:
24
path: node_modules
25
- key: node-modules-${{ hashFiles('**/bun.lockb') }}
+ key: node-modules-${{ hashFiles('**/bun.lock') }}
26
restore-keys: |
27
node-modules-
28
0 commit comments