Skip to content

Commit b2cf3ae

Browse files
authored
chore(ci): fix cache key computation
1 parent 7763df2 commit b2cf3ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
path: |
2020
node_modules
2121
example/node_modules
22-
key: ${{ hashFiles('package.json', 'example/package.json') }}
22+
key: ${{ hashFiles('package.json', 'yarn.lock', 'example/package.json') }}
2323
- run: corepack enable
2424
- uses: actions/setup-node@v4
2525
with:

0 commit comments

Comments
 (0)