We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7763df2 commit b2cf3aeCopy full SHA for b2cf3ae
1 file changed
.github/workflows/node.js.yml
@@ -19,7 +19,7 @@ jobs:
19
path: |
20
node_modules
21
example/node_modules
22
- key: ${{ hashFiles('package.json', 'example/package.json') }}
+ key: ${{ hashFiles('package.json', 'yarn.lock', 'example/package.json') }}
23
- run: corepack enable
24
- uses: actions/setup-node@v4
25
with:
0 commit comments